Header responsive layout

Home Forums Gillion Theme Header responsive layout

Home Forums Gillion Theme Header responsive layout

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

    Good morning,

     

    The responsive layout header is to big. How can I get it smaller?

     

    Best regards,

    Jürgen

    Hi Jürgen,

     

    Thank you for your question.

     

    Could you please  tell me exactly how you want it to display and share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    js
    Participant

    The bar should be a bit lower. Pls see privat info.

     

    Best regards,

    Jürgen

    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

     

    .sh-header-mobile-navigation .sh-nav-container {
        padding: 20px 0;
    }

    js
    Participant

    Thank you. Nothing has changed. Seems not working.

    Solution for this topic

    It seems the shared CSS code is not working because of CSS specificity issue so please try changing it to below CSS code.

     

    #page-container  .sh-header-mobile-navigation .sh-nav-container {
        padding: 20px 0;
    }

    js
    Participant

    Perfect. Thank you.

    You are always welcome here 🙂

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