Archived topic
White space below wp show posts in sidebar
3 replies · Started by Puneet on December 9, 2021
Viewing posts 1–4 of 4
Hi
How do I reduce the white space below wp show posts titles in the right sidebar? Margin-bottom doesn't seem to work.
Screenshot: https://snipboard.io/h3AzOv.jpg
URL: https://geekyfi.com/
Thanks and Regards,
Puneet
Hi there,
try this CSS:
.sidebar .wp-show-posts article.wp-show-posts-single.post {
padding-bottom: 0;
margin-bottom: 0.75em
}
Hi David,
It worked perfectly, thanks.
Regards,
Puneet
Glad to hear that!
This archived topic is closed to new replies.