Forum Discussion

StenTon155's avatar
StenTon155
Copper Contributor
Aug 24, 2023

Styles for MS Bookings

When I insert frame MS Bookings on my site, I encounter a problem that the container is limited to a width of 1024

.mainContent {
max-width: 1024px;
min-width: 320px;
margin: 0 auto;
text-align: center;
}

and therefore large margins along the edges (with my mount 1900).
How can I fix this style and make max-width: auto;?

Resources