Home › Forums › Jevelin Theme › Problem to reduce the height of the title bar
Home › Forums › Jevelin Theme › Problem to reduce the height of the title bar
Hi @jemano,
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 reduce it?
Best regards,
Shufflehound team
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:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a { padding-top: 0; padding-bottom: 0; } @media (max-width: 782px){ body.admin-bar #page-container .sh-sticky-mobile-header.sh-sticky-mobile-header-active { margin-top: 0 !important; } }
I could confirm the provided CSS code is working fine on your site.
Please see the attached screenshot taken before and after using the CSS code.
Please test it clearing your browser cache.
Worked for me. Thanks š