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.

Replies

1
  1. Andrew Misplon Staff 11 years, 4 months ago

    Hi Kyle

    Don’t paste this in, but just to show you what happens by default, the sub-menu items are already centered:

    #menu ul ul li {
    text-align: center;
    }

    If you wanted to adjust that behaviour, the above selector is what you’d target.

    The padding in the submenu that is there by default has already been removed on your site. If you wanted to move the whole list up you’d target:

    #menu ul li ul {
    top: 100%;
    }

    Try changing 100% to 40px for example.

    Question three I answered in your other thread.

    Hope that helps.

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