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.

center and reduce height of submenu

Open 1 reply premiumthemetheme-origami
Started · Latest reply by Andrew Misplon

I am trying to (1) center the wording of a submenu, (2) remove the extra spacing in the submenu (but not in the main menu), and (3) remove the link from the main menu item that has the two submenus under it.

URL: http://kylerozema.com/

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff

    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