center nav menu
-
trying to center nav menu
enter this from your previous question on this forum
.navigation-inner { position: relative; }
.main-menu { text-align: center; }
.main-menu > li {
display: inline-block;
float: none;
}.search-toggle {
float: none;
position: absolute;
top: 0;
right: 0;
}but it isn’t working.
please help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘center nav menu’ is closed to new replies.