Home › Forums › Jevelin Theme › Mobile Header issue
Home › Forums › Jevelin Theme › Mobile Header issue
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