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.

Menu Problems

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

I have 2 menu problems I need assistance addressing.
www.startuptucson.org is our website.
1) The menu (while using the centered CSS code) is seemingly still very much off center to the right.

2) the submenu under “about” has 2 columns where there should only one.

3) I’d like to adjust the menu padding
Thanks!

Justin

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Marc Deriaz 11 years, 16 days ago

    2. Search in Design > Editor > Stylesheet .css

    .main-navigation ul {

    make this values:

    list-style: none;
    margin: 0;
    padding-left: 0;
    zoom: 1;
    /* Second level menu items */

  2. justin 11 years, 16 days ago

    Thanks for the reply. I’ve located the code you posted, and it is already correctly matching the code you posted. This is copied word-for-word from style.css without change.

    .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    zoom: 1;
    /* Second level menu items */
    }

  3. Andrew Misplon Staff 11 years, 15 days ago

    Hey Justin

    1. Please try removing this from your Custom CSS:

    body.has-menu-search .main-navigation ul {
      padding-left: 220px;
    }

    2. Your submenu is looking ok on my side, did you perhaps manage to resolve?

    3. Please see: Thread: Adjust Space Between Menu Items

    Hope that helps.

    @Marc Deriaz thanks for jumping in here.

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