Home>Support>lower menu 10pts

lower menu 10pts

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

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

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

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

    This is a private message.

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