I am trying to make a right to left navbar in bootstrap at the same time when the navbar is toggled for a mobile device or a smaller screen I want the right most element to be top of my toggled navbar how can I achieve that?
Asked
Active
Viewed 349 times
-3
-
Where is your code? http://stackoverflow.com/help/mcve – max Jan 16 '17 at 19:49
-
Hi! Welcome to [so]! Please have a look at [ask] and provide a [mcve]! Right now your question is way too broad, and it rather sounds like asking for a tutorial... – jkalden Jan 16 '17 at 19:50
-
Possible duplicate of [Right to Left support for Twitter Bootstrap 3](http://stackoverflow.com/questions/19730598/right-to-left-support-for-twitter-bootstrap-3) – BSMP Jan 16 '17 at 19:51
1 Answers
0
https://v4-alpha.getbootstrap.com/components/navbar/ here are some examples you may try and take a look on it to make things responsive on mobile it's either you'll use css such as: width:100%; height:auto;
or use media queries

Chen Zissu
- 73
- 1
- 10