I have added div class for my menus and i like to display all in a same line.
This is my div class.
<div class="navbar-inner">
I have added some codes in my bootstrap-theme.css.
.navbar-inner
{
display: inline;
}
I'm using bootstrap in yii framework. but this code is not working.Whether i need to add any codes or not? Please help me.