StartBootstrap / startbootstrap-simple-sidebar

An off canvas sidebar navigation Bootstrap HTML template created by Start Bootstrap

Home Page:https://startbootstrap.com/template/simple-sidebar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Align to the right instead of left

boilemmashem opened this issue · comments

I'm trying to get the sidebar to appear on the right instead of the left. I have essentially changed all the css properties from left -> right and right -> left.

It works for the most part, but while in mobile view the content is not animated, and 'pops' to the left when the menu is opened. How could this be fixed so the animation works correctly?

Basically change the margin-left stuff to margin-right stuff and move the sidebar element below the the page content in the HTML.