Demo 3 Margin on top
Hi,
1. I would like to know how to make the body margin top smaller on demo-3
2. between Aside-menu and content there is a huge margin. How can I make the content bigger?
Thank you in advance.
JR
Replies (1)
Hi,
To edit the Metronic Demo 3 layout styles you should open bellow the layout variables file:src/sass/layout/_variables.scss
and edit below padding settings:
// Content Spacing
$content-spacing: (
desktop: 50px, // Padding for desktop mode
tablet-and-mobile: 20px // Padding for tablet and mobile modes
) !default;
The use gulp or webpack build tools to recompile the CSS from the updated sass source code.
For more info about using Metronic please check the Theme Documentation
and Video Tutorials.
Regards.