Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Side Panel on Left Side on Desktop?

Is it possible to shift the right sidebar to left?

Comments

  • learning css, and how to use a dom inspector will really help with these questions.

    grep is your friend.

  • Dr_SommerDr_Sommer Dr. of tender Programing ;) ✭✭

    I tried that (CSS = Float: left; & Float: right; ), but unfortunately this gives other issues, for example not to be able to press anything in the mobile bootstrap view... so check mobile also... ;)

  • For bootstrap you'd probably want to use the css styles 'push-xxx' or 'pull-xxx' See getbootstrap.com/css/#grid-column-ordering

Sign In or Register to comment.