how can i change direction of bootstrap submenu? -
how can change direction of sub menu in bootstrap ? example when hover on menu sub menu open in left http://postimg.org/image/6pq4z98kn/ default menu in bootstrap http://postimg.org/image/lxjentpmz/
<li class="menu-item-has-children"> <a href="blog-list.html">blog</a> <ul class="sub-menu"> <li><a href="blog-list.html">blog list</a></li> <li><a href="blog-single.html">blog single</a></li> </ul </li>
you can change direction of parent rtl , order result
Comments
Post a Comment