Hi there at support
I had the page width set at 1310px and created some pages. All good.
Then suddenly the pages became narrow – 910px
I checked the settings but couldn’t fix it so I reset all the Enfold options using the “Reset all options” button. Then I set up all the options again and the width to 1410px this time.
Everything else reset but the page width is still displaying at 910px.
What to do please?
Many thanks
Frances
Hey Frances,
As a precaution, would you please disable all active plugins and see if the problem is still occuring?
Best regards,
Jordan Shannon
Hi Shannon
I had already deactivated the plugins and tested (no effect) – sorry, forgot to mention it.
Frances
Hi,
Thanks for the feedback, I’m getting the same problem on my end. Do you know if your hosting provider is applying any caching to the site? You can try to adjust it manually using this CSS in Quick CSS:
.container {
max-width: 1410px !important;
}
Best regards,
Rikard
That code fixed it – thanks Rikard.
Hi France,
Thanks for the feedback and I’m glad the code worked. You can check if it works again within a few weeks to rule out caching, if it doesn’t work then either, then we can look at it again. I’ll keep the topic open for now if you should have any further problems on the topic.
Best regards,
Rikard
If you ever have this problem, it is a mistake caused by your CSS, either in the Quick CSS box or elsewhere.
If the CSS ends with a ] square bracket instead of the expected } syntax, a curly-bracket, it will cause this container error.
Easy mistake to make. So be careful with your coding. ;-)