Whne I make a new page, I want to be able to change the left and right padding on the margins. How can I do this? I found this snippet ('container-xxl': !contentWidthFluid,) and realized it alters the padding, but I would like to implement customizable margins besides having margins or not,thanks
Hi,
Thank you for reaching out to us.
You can change content container styles in /src/assets/sass/core/layout/base/_container.scss. To make padding smaller on the desktop version you can change $app-container-padding-x
variable in src/assets/sass/core/layout/base/_variables.scss.
To get more information about the bootstrap customization you can refer to our documentation. https://preview.keenthemes.com/metronic8/vue/docs/base/utilities.
Regards,
Lauris Stepanovs,
Keenthemes Support Team