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.

lower menu 10pts

11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Daniel Staff 11 years, 24 days ago

    Hi Pelsar,

    Kindly place the following css at custom css section:

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

    Cheers

  2. pelsar 11 years, 24 days ago

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

  3. pelsar 11 years, 24 days ago

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

  4. Andrew Misplon Private 11 years, 18 days ago

    This is a private message.

  5. Andrew Misplon Staff 11 years, 18 days ago

    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.

Have a different question or issue?

Start New Thread