Home › Forums › Gillion Theme › Mobile and Tablet Nav Bar Height
Home › Forums › Gillion Theme › Mobile and Tablet Nav Bar Height
Hi
Is it possible to decrease the height of the nav bar on mobile and tablet.
Id like to decrease it by at least 10 – 15px on the top and bottom in the screenshot below.
Many thanks.
Hi @OctopiStimuli,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
You can decrease its height 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
#header-mobile .sh-header-mobile-navigation .sh-nav-container { padding: 20px 0; }