How to align vertically the menu bar
Hi,
I installed vantage premium and I set a logo image without “constrain Logo Height”.
I’m fine with the size but I’d like the menu bar to align bottom instead of top.
in Customise/Theme Design I can only find Horizontal alignment, so I tried to increase the Menu item paddlng, but the problem is the second level pages also become bigger (I want them to keep the standard padding).
Any solution?
Thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Phil_traveler
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Drop down menu item padding, top and bottom */ .main-navigation ul ul a { padding-top: 20px; padding-bottom: 20px; }Adjust as required. Hope that helps.
Hi Andrew,
Thank you for the fast reply. Yes it helps, but still I’m not ok. Can you also give me the code for adjusting padding-top and padding-down for the Menu bar?
Kind Regards
Phil
Ideally you’d set top and bottom padding for the menu bar from the Customizer. If you want to set it with Custom CSS you could do so using:
/* Menu Padding */ .main-navigation ul li a { padding-top: 20px; padding-bottom: 20px; }Hope that helps.
OK, this works fine for me. Thanks a lot!
Awesome :) Glad to hear that did the trick.
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.