Home › Forums › Gillion Theme › Padding category page/blog
Home › Forums › Gillion Theme › Padding category page/blog
Hi Jürgen,
I hope you are well today and thank you for your question.
Could you please share me the page URLs from your site where you want to add padding so that I can help you to achieve it?
Best regards,
Shufflehound team
Thank 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
.archive #wrapper > .sh-page-layout-full { padding-bottom: 60px; }
Does work. Thank you.
Sorry for coming. But it’s just working on the category page but not on the blog post page. How to achieve that?
Best regards,
Jürgen
Solution for this topic
To apply it on single blog post page, please use below CSS code.
.single-post #wrapper > .sh-page-layout-full { padding-bottom: 60px; }
Thank you. Does work. Perfect
You are most welcome here 🙂