I am currently working with an OptimizePress template that includes a css file containing the following line within the theme:
.container{width:1060px;margin-left:auto;margin-right:auto;background-color:#fff}
.
My goal is to override this setting and change the width to 900px.
Is there a way I can achieve this without directly editing the css file?
Although OptimizePress allows for on-page css customization, my attempts using !important have not been successful.