Justified bootstrap collapsible nav including the nav-brand div

Hi

Basically the question is in the title:
Need to center and justified bootstrap collapsible nav including the nav-brand div.

I have googled, and read quite few stuff, but non includes the nav-brand div, one solution was to add

.navbar-nav{
margin: 0 auto;
display: table;
table-layout: fixed;
float:none;
}

Which works for the menu items (shop - ghana textiles - about nana yaw designs - useful links), but does not include the .nav-brand div

If you would like to take a look the test site is here:
ttri dot biz/fz_test/nana

Thank you

I don’t understand. I can’t find any nav-brand class in the html.

Ooops, sorry I typed it wrong, it is navbar-brand
<a href="http://ttri.biz/fz_test/nana/" class="navbar-brand">Home</a>

Thank you

I solved it by adding an extra home link in the menu ul, and display: none for both home links based on screen size.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.