Home>Support>lower menu 10pts

lower menu 10pts

simple question…just need to identify the relevant code that i can’t seem to find (logo in menu)
I need to lower the menu about 10 pts. and need to know how to adjust the height of the logo on the left side as well

where do i find this code, or what do i add to the custom css?

URL: http://www.step-ahead.com

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, 7 months ago Daniel
    Hi, I Work Here

    Hi Pelsar,

    Kindly place the following css at custom css section:

    .main-navigation ul li a {
    padding: 30px 35px !important;
    }
    

    Cheers

  2. 9 years, 7 months ago pelsar

    yes that worked…i’m slowly getting the hang of this (this is my first WP site).

  3. 9 years, 7 months ago pelsar

    but we’re not done: to reduce the height of the submenus and put a white line separating those sub menus

  4. 9 years, 7 months ago Private Message - Andrew Misplon

    This is a private message.

  5. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Give this a try under Appearance > Custom CSS, adjust as required:

    /* Vantage Drop Down Menu Padding - Vertical */
    
    .main-navigation ul ul li a {
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    }
    

    Should do the trick.

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