Keep a CSS modification

Hello,

For a better presentation, I change live on the Gladys page:
.container { max-width: 1200px; }
to:
.container { max-width: 90%; }
This allows me to have a dashboard wider than 1200px.

However, obviously, when the page is reloaded, the CSS is reset to default.

Is there a way to modify this element permanently?

Thank you and have a nice day :slight_smile:

There are browser extensions that allow you to inject CSS into certain websites :slight_smile:

Which browser do you use? Search the extension store for something like « CSS injector Â»

Otherwise, it’s something we can add to Gladys. It’s true that in the case of Gladys, I don’t see any objection to using a wider width for large screens.

That’s really useful!
I didn’t know about this, thanks, it will be helpful for other sites :slight_smile:
Thanks.