Hello,
I have changed Laravel's default layout to a Header layout,
All works fine, but there are a lot of space on the left and right side because left side navigation bar was gone but the space is not covered with the full page,
How to make full width, like full fluid?
Thanks,
Hello Jigar Patel,
I'm glad to hear that everything is working fine now! If you have any more questions, feel free to let me know.
Hi Jigar,
In /app/Core/Bootstrap/BootstrapDefault.php file, could you please try to enable $this->initDarkHeaderLayout(); and comment out the other sidebar options?
Thanks
Hello Faizal,
Thank you, its working fine now.