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
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;