Hello,
I want to use the demo1-structure but without the horizontal header.
How can the margin-top in/to the header in demo1 be reduced?
I would like to remove the header from the layout, but then I have too much space at the top. This appears to be defined via --bs-app-header-height, however I don't know how/where to change this boostrap value.
If I change the value $app-header-base-height, the distance in the left navigation also moves too far up.
Thanks for some help with this!
Best regards,
Timo
Hi,
After removing the header please add mt-0
class to the app wrapper element().
Regards.
Thanks a lot - this works fine!
Can you still tell me briefly how I can change and adapt such bootstrap variables?