Site logo

Archived topic

Related posts padding and margin problem

3 replies · Started by WPguy on January 21, 2023

Viewing posts 1–4 of 4

Hello!

I'm trying to achieve my related posts to look exactly like here: https://sqilu.com/instagram-pods-save-your-time-and-money/

And almost did with some css, but for some reason my related posts:

1) Are aligned too much to the left.
2) The bottom padding stays too big.

The screenshot and the link to my sample page are attached.

Can you please help out with the right CSS?

Thanks!

Hi there,

try this CSS:

.wp-show-posts-columns#wpsp-311 {
    margin-left: 0 !important;
}
.wp-show-posts-columns#wpsp-311 .wp-show-posts-image {
    margin-bottom: 0;
}

Note that i am targeting the elements ID #wpsp-311 so that CSS is specific to that WPSP list and not ALL lists.

Thanks, Dave!

You're welcome

This archived topic is closed to new replies.