Fresh & Clean menu customization
-
Website is unopinionated.com
I’m trying to center the menu. I found this code in other posts:
#menu-menu {
display: inline-block;
}.menu-menu-container {
text-align: center;
}#access {
padding-left: 0;
}It works, however adds space below the menu items. This can be seen when mouse is hovering over the menu. Any insight on how to fix this?
The blog I need help with is: (visible only to logged in users)
-
Found the fix. For future reference:
#menu-menu {
display: inline-block;
vertical-align: top;
}
-
- The topic ‘Fresh & Clean menu customization’ is closed to new replies.