Remove spaces and margin in mobile titlebar

Home Forums Gillion Theme Remove spaces and margin in mobile titlebar

Home Forums Gillion Theme Remove spaces and margin in mobile titlebar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Julien HAMY
    Participant

    Hello team!

     

    How can I remove the white space in title bar and before page content ?

     

    See the screenshot in attachment for more info 😉

     

    Thanks!

    Julien.

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

    Shufflehound
    Moderator

    Hi there,

     

    We can create a CSS snippet for that.

    You want to reduce it in all pages or only opened blog pages?

     

    Best regards,

    Shufflehound team

    Julien HAMY
    Participant

    Thanks! It’s for blog pages and category pages.

    Solution for this topic

    You can remove 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

     

    @media (max-width: 800px){
    .archive.category .sh-titlebar .title-level,
    .single-post .sh-titlebar .title-level {
        margin-top: 0;
    }
    .archive.category .post-item-single-container,
    .single-post .post-item-single-container {
        margin-top: 0;
    }
    }

    Julien HAMY
    Participant

    Great job! All is right.

     

    Thank you very much!

     

    Julien

    You are most welcome here 🙂

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