trouble with centering menu in adelle theme
-
I have been able to center the text and pages on the menu/navigation bar in the adelle theme (instead of how it aligns left), but when I do it, I’m somehow adding extra height to the menu, and so the ribbon is thicker than it should be. This is what I have done.
}
.navigation-main {
text-align: center;
}
.navigation-main ul {
display: block;}
.navigation-main {
background: #000;
clear: both;
display: inline-block;
float: center;
width: 100%;
}The blog I need help with is: (visible only to logged in users)
- The topic ‘trouble with centering menu in adelle theme’ is closed to new replies.