coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
628 stars 360 forks source link

Sidebar Aside #14

Open masadi opened 4 years ago

masadi commented 4 years ago

How to add sidebar aside on right panel?

rakieta2015 commented 4 years ago

To move sidebar to right: Add dir="rtl to html tag. Example:<html dir=“rtl”>

UnderDogg commented 3 years ago

@masadi it's a bit difficult to answer. Do you mean, that you have an extra hamburger menu on the right side of the top bar (next to the user name) and that it also collapses when you click on it?

Take a look at the main layout. resources/views/coreui/base.blade.php (I believe). You need to include your right sidebar partial there. Then at the top bar add your hamburger button.

The contents of that button... I can't help you with that. It should be straightforward, but I don't know that contents at the moment