Mobile Header issue

Home Forums Jevelin Theme Mobile Header issue

Home Forums Jevelin Theme Mobile Header issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • [email protected]
    Participant

    Hello, I would like to make my navigation bar (header) for mobile shrink in height. Right now it has a lot of useless blank space.

    I have tried a few codes from this thread and they donโ€™t change anything.

     

    Thank you.

    Hi Patrick,

     

    I hope you are well today and thank you for your question.

     

    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

     

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

    After using the above shared CSS code, please clear the cache on your site.

     

    Best regards,
    Shufflehound team

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