-
fernandoazarcon2
Sorry, I meant the Layout Element, not the Content Template. This one: https://share.getcloudapp.com/YEu4gxXW
Set it to draft. It’s forcing the Blog to full width.
-
lohith
I set it to thrash. But now the issues is featured blog got broke the color of the background and there is extra spacing in the left and right of the layout
https://share.getcloudapp.com/NQupk8gR
However I was able to fix the issue by reducing the container pixel:30 and setting container space:0
Now the issue is how can i center align load more :
-
fernandoazarcon2
Great! Now, try adding this through Appearance > Customize > Additional CSS:
.masonry-load-more.load-more { text-align: center; }
-
lohith
Thank you so much can you please let me know how to give bottom padding to the load more button. Right now it is glued to the footer:
-
Try this CSS:
.masonry-load-more.load-more.has-svg-icon { margin-bottom: 100px; }
Adding CSS: https://docs.generatepress.com/article/adding-css/
-
lohith
Wow Amazing. It worked. Thank you for all the support. I am happy how the blog home page evolved in last few days.
Again thank you for all the support.
-
You are welcome, glad to help 🙂
- You must be logged in to reply to this topic.