Home>Support>How to align vertically the menu bar

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

URL: http://thebutterflyhunter.net

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi 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.

  2. 9 years, 1 month ago phil_traveler

    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

  3. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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.

  4. 9 years, 1 month ago phil_traveler

    OK, this works fine for me. Thanks a lot!

  5. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More