I want my navigation menu to be on the right side. How to do it?
Also, I want my content overlaid on some colored background with some specific width(not the width of the screen).
Add collapse-expand-mg class to nav tag and
to create a collapsible navigation bar, use a button with class=“navbar-toggle”, data-toggle=“collapse” and data-target="#thetarget". Then wrap the navbar content (links, etc) inside a div element with class=“collapse navbar-collapse”, followed by an id that matches the data-target of the button: “thetarget”.