Site logo

Archived topic

question about WPShowPosts and Spacing

6 replies · Started by Raj on March 6, 2022

Viewing posts 1–7 of 7

howdy GP, using the latest version Pro of GP.

I'm using WPShowposts to show a certain category on a specific page. I'm able to get the posts to show up; but, I have a question on spacing.

It seems the posts run without any specific visual cue that a new post/article has begun.

Is there a way via CSS or the like to place a separator after post--so that the end-user is able to see that they've moved on to the next article/item?

I'm posting links to what I'm seeing and seeking in the private box.

Ty

Hi Raj,

In order to provide an appropriate solution, may you provide the link to the page in question?

Hope to hear from you soon! :)

hi Fernado,
I had posted the links in the private box. I'll do it here

please check the Private Box area. I've posted the links there. Ty

Here is a CSS code you can try to replicate the box shadow in your reference site for WP Show Posts:

article.wp-show-posts-single.post.type-post {
    box-shadow: 0 10px 10px silver;
}

Here is an article with regards to adding CSS: https://docs.generatepress.com/article/adding-css/#additional-css

Adding it through additional CSS should work.

Hope this helps! If further help is needed, it would be best if we can have the link to the actual page where this WP Show Posts is displayed. :)

ty Fernando, that worked.

You’re welcome Raj! Glad to be of assistance. Feel free to reach out anytime if you’ll need assistance with anything else. :)

This archived topic is closed to new replies.