collapse menu rtl messes up the menu
-
Hello forum,
my web site is writen in a RTL lanuguge and there for i had used the following code in the custom CSS section:
navbar .nav>li {
float: right;
}While the code makes my menu on pc screens looks corect from right to left it also messes up the collapse menu on smaller devices such as smart phones etc…
some links are on the right on the same row with other links on the left.
i had tried to implement the folowing code in the custom CSS section with no change:
.nav-collapse .navbr .nav >li { float:none;}what am i doing wrong or not doing?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘collapse menu rtl messes up the menu’ is closed to new replies.