Home › Forums › Gillion Theme › Demo homepage pagination
Home › Forums › Gillion Theme › Demo homepage pagination
I’m using the VC Blog Posts element and I want to paginate the posts
Solution for this topic
Hi @dreidel18,
I hope you are well today and thank you for your question.
You can try achieving it using the solutions posted in the following topics.
https://support.shufflehound.com/forums/topic/latest-posts-with-navigation/#post-5825
https://support.shufflehound.com/forums/topic/featured-images-not-attached-to-posts/#post-6968
Best regards,
Shufflehound team
Hi,
Was able to fix it thanks! However, upon clicking on the next button and redirecting on a new page, the section header (Latest Posts) is almost hitting the page header. I want there to be a space in between just like in the demo. How do I do this?
Could you please share me your site URL where it’s displaying so that i can help you?
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home.paged .container.entry-content { margin-top: 30px; }
That worked, thanks!
You are most welcome here š