Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
Firstly sorry for my poor english.
I’m contacting your for know how to reduce the masthead at 65px. I want it 65px and my logo and entries center verticaly into.
Hi markgate,
Could you try the following CSS to make the masthead 65px:
nav.site-navigation.main-navigation { height: 65px; } #masthead { height: 65px; }Cheers!
Thanks a lot Addo, and now how I can change the size for my hover on my menus in my menu bar ? Because now I’ve my menu bar 65px but when I do the hover it’s the same as before.
Thanks a lot.
Hi Markgate
Give this a run
.main-navigation ul li a { padding-top: 23px !important; padding-bottom: 23px !important; }If that does not work for you. Send a direct link to your site I have a look
Cheers
Oh yeah perfect. But with theses manip, my slider has been move on the right.
Have you an idea of this ?
Hi Markgate
Please send through a link and we’ll take a look.
It’s possible to control header padding from Appearance > Customize > General: Header Padding. Menu padding can be set from Appearance > Customize > Menu. You shouldn’t need Custom CSS for these two settings. If you’d like you can try testing without the CSS, just using the settings I’ve mentioned above to make adjustments.