How to add custom css code in metronic theme for making responsive only device width > 1200px for container. the aside & header should be fixed position
Hi
You can create a separate SCSS file in /src/assets to keep your custom styles isolated, making the code easier to manage. Once you’ve added your custom SCSS file, import it into /src/styles.scss like this:
@import "./assets/your-custom-file.scss";