Padding category page/blog

Home Forums Gillion Theme Padding category page/blog

Home Forums Gillion Theme Padding category page/blog

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • js
    Participant

    Hi,

     

    I wonder how to achieve to increase the bottom padding of the category/blog page toward the footer?

     

    Best regards,

    Jürgen

    Attachments:
    You must be logged in to view attached files.

    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

    js
    Participant

    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;
    }

    js
    Participant

    Does work. Thank you.

    js
    Participant

    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;
    }

    js
    Participant

    Thank you. Does work. Perfect

    You are most welcome here 🙂

Viewing 9 posts - 1 through 9 (of 9 total)