Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #850273

    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

    #850301

    Hey Frances,

    As a precaution, would you please disable all active plugins and see if the problem is still occuring?

    Best regards,
    Jordan Shannon

    #850357

    Hi Shannon

    I had already deactivated the plugins and tested (no effect) – sorry, forgot to mention it.

    Frances

    #850368

    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

    #850372

    That code fixed it – thanks Rikard.

    #850472

    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

    #1399190

    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. ;-)

    #1399236

    Hi thewrath1,

    Thanks for sharing your experience, it’s much appreciated :-)

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.