简体   繁体   中英

Make a side bar to be on the right side of the screen

Hope this on topic.

I found this skeleton and I'm trying to modify it to my needs.

  1. How can I make the side bar to be on the right side instead of left side?
  2. How can I make the buttons on the nav bar to be on the right side instead of the left?

In my county we write right-to-left.

edited (sorry, forgot the second thing previously)

Add

#sidebar { float: right; }

and

.container-fluid > *:not(:first-of-type) {
  float: right;
}

https://codepen.io/anon/pen/EXvxxG

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM