Menu on two lines needs tightening up.
-
I’m using WooCommerce and the Storefront theme. I’ve tried to reduce the number of item in the main menu with submenus, but it still runs over two lines with a wide space between them. I’ve tried the CSS code below, which I got from a post on the sme topic about two years ago, but it makes no difference. I don’t really know CSS so need all the help I can get.
Ideally I would like slightly less space between the individual menu items and for the two menu lines to be closed up.
.storefront-primary-navigation .site-header-cart {
margin-top: -220px;
}.storefront-primary-navigation .main-navigation {
width: 100% !important;
}The page I need help with: [log in to see the link]
- The topic ‘Menu on two lines needs tightening up.’ is closed to new replies.