This message was deleted.
# questions
b
This message was deleted.
r
Something like this to work with max-width may help (and/or break things depending on the context):
Copy code
div[style*="width: 1000px;"]{
width: 2025px !important;
}

div[style*="max-width: 1000px;"]{
max-width: 2000px !important;
}

.css-ij0jxm {
max-width: 2025px;
}
And there are a lot of great resources out there for learning CSS and other web technologies, such as https://www.w3schools.com. But if you’re looking for someone experienced to help you customize your app a Stacker Expert could help as well.