Centering main menu using nav-pills - Joomla! Forum - community, help and support
so i've been going through couple of bootstrap solutions nav-pills center on main menu (this make menu appear in center , not float left).
i've tried couple of things like:
basically, bootstrap solutions problem don't work.
does have solution apart padding menu?
i've tried couple of things like:
code: select all
.nav-pills > li {
float: none;
display: inline-block;
}
.nav-pills > li {
width: 940px;
margin-left: auto;
margin-right: auto;
}basically, bootstrap solutions problem don't work.
does have solution apart padding menu?
anyone ever find answer question? want know same.
Comments
Post a Comment