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.

Snapshot theme: sub menu items too crunched to each other.

Resolved 3 replies themetheme-snapshot
11 years ago · Last reply by Andrew Misplon 11 years ago

Hello. How can I make the row height(?) of the menu-items in the sub menu a little higher? They’re too crunched up to each other — (see sub-menu http://pattyfernandezdesigns.com/our-sites/). Also, how can I make the sub-wrapper of the sub-menu items have a solid background instead of opaque? My theme is Snapshot. Thanks for another great theme.

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 7 months ago

    Hi Patty

    Try this under Appearance > Custom CSS:

    /* Navigation */
    #menu-main-menu .sub-wrapper, #top-area .menu > ul .sub-wrapper {
    background-image: none;
    background-color: #000;
    }
    #menu-main-menu .sub-menu li, #top-area .menu > ul .sub-menu li {
    padding: 8px 0;
    }
    #menu-main-menu .sub-menu .pointer, #top-area .menu > ul .sub-menu .pointer {
    background: none;
    }
    #menu-main-menu .sub-menu, #top-area .menu > ul .sub-menu {
    padding-top: 10px !important;
    }

    We’ll need to drop the pointer at the top of the submenu as that’s an image – just a heads up. background-color: #000; is the background color of the drop down – edit as required.

  2. Patty Fernandez 11 years, 7 months ago

    Looks great Andrew. Thanks so much for your quick responses and great support!

  3. Andrew Misplon Staff 11 years, 7 months ago

    Super, glad that helped.

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