Site logo

Archived topic

Can someone help

5 replies · Started by Ashok on August 26, 2020

Viewing posts 1–6 of 6

Hi there,

we had a reported issue that Elementors post navigation is not working with WP 5.5.
I just tested your elementor page - when i click Next it loads the current page.

If you want i can help you achieve a similar look using GP and some CSS?

Let me know

Please help me

OK go to Customizer > Layout > Blog:

https://docs.generatepress.com/article/using-columns-in-the-blog/

And select Display Posts in Columns

Then change your featured images like so:

https://docs.generatepress.com/article/adjusting-the-featured-images/

Set the Featured Images Location to Above Title.
Select a Media Attachment size > Medium
Remove the Width and Height Dimensions.

Once you have that done - let me know and ill provide some CSS for styling.

done

In Customizer > Layout > Blog --> featured images archives - uncheck Display Padding around Images.

Then go to Customizer > Layout > Container - here you can :

1. Increase - Separating space - the gap between posts.
2. Decrease - Content Separateor - the space between Image > Title > Content

Then add this CSS:

body:not(.single) .post .inside-article {
    border: 1px solid #222;
    border-radius: 10px;
    padding: 0 20px 10px 20px;
}

body:not(.single) .post .post-image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
This archived topic is closed to new replies.