Snapshot theme: sub menu items too crunched to each other.
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
3Hi 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.
Looks great Andrew. Thanks so much for your quick responses and great support!
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.