Nav menu spacing
-
My nav menu was going on to 2 lines, so I added custom CSS below per a previous post on this forum. My problem now is that the menu items are too close together. Also “Posts” is lower than the rest, and the dropdowns underneath it are not wide enough.
@media screen and (min-width: 880px) {
.main-navigation,
.main-navigation div > ul:first-child,
.main-navigation div > ul {
display: inline-block;
margin-bottom: 10px;
width: auto;
}
.main-navigation ul > li,
.main-navigation ul > li a {
display: inline-block;
}
}The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Nav menu spacing’ is closed to new replies.
