Home › Forums › Jevelin Theme › top bar spacing
Home › Forums › Jevelin Theme › top bar spacing
Hi,
The top bar has so much spacing between the headers. How can I reduce the height to make both top bar and header be only 60px or so?
Hi @xsp,
I hope you are well today and thank you for your question.
I tried to access your shared site to help you but I just get the message as shown in the attached screenshot.
Please make sure that it is accessible so that I can help you.
Best regards,
Shufflehound team
Sorry we moved our staging site
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 .header-logo, #page-container .sh-header-top { padding: 5px 0; } #page-container .sh-header .sh-nav>li.menu-item>a{ padding: 10px 0; }