coreui-free-laravel-admin-template icon indicating copy to clipboard operation
coreui-free-laravel-admin-template copied to clipboard

Sidebar Aside

Open masadi opened this issue 5 years ago • 2 comments

How to add sidebar aside on right panel?

masadi avatar Mar 07 '20 13:03 masadi

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

rakieta2015 avatar Mar 09 '20 11:03 rakieta2015

@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

UnderDogg avatar Sep 08 '21 16:09 UnderDogg