This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to align vertically the menu bar

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 5 months ago

    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. phil_traveler 10 years, 5 months ago

    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. Andrew Misplon Staff 10 years, 5 months ago

    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. phil_traveler 10 years, 5 months ago

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

  5. Andrew Misplon Staff 10 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread