Home › Forums › Pro Support › move title at the bottom in overlay card › Reply To: move title at the bottom in overlay card
April 23, 2019 at 1:08 am
#8901
Participant
Hi there,
try this CSS:
.wpsp-overlay .wpsp-content-wrap {
flex-direction: column-reverse !important;
}
.wpsp-overlay .wp-show-posts-entry-header {
margin-top: auto;
}
.wpsp-overlay .wp-show-posts-entry-meta-below-post {
margin-top: 0 !important;
}