i need to remove left side bar completely in my project,
Above 768 screen resolution also
Hi,
Try using the layout-top-nav option. Documentation: https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html#component-main-header
where i put this line "layout-top-nav"
Ctrl+f + "layout-top-nav"
"To use this main header instead of the regular one, you must add the layout-top-nav class to the body tag"
You should also make sure that you are using the correct HTML markup. This can be found in the pages/layout/top-nav.html.
thank u
I have done it. thank you
to clarify : open file _Layout.csml // todo step
<body class="hold-transition sidebar-mini"> to <body class="hold-transition layout-top-nav">
Most helpful comment
Hi,
Try using the
layout-top-navoption. Documentation: https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html#component-main-header