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

    Hello,
    My main container size is stuck to 1010px.
    I changed my Maximum Container width to 1310 but it doesn’t change anything.
    I tried the quick css :
    .container {
    max-width: 1310px;
    }
    But it doesn’t work.
    Do you have any idea where the problem can come from ?
    (It’s not a cache problem I have exactly the same problem when everything is deactivated)

    Regards,

    #392691

    Hey techrisingkg!

    The width of your .container element is 1310px, did you manage to get your problem solved?

    Regards,
    Rikard

    #392737
    This reply has been marked as private.
    #393008

    Hi!

    I checked the site and the container is set to 1310px. Please try to hard refresh the page or remove browser cache.

    Regards,
    Ismael

    #393050

    Hi,
    It was not a problem with refresh or browser cache.
    I finaly find a way to fix it :
    I had to add this on the quick css.
    .responsive .container {
    max-width: 1310px;
    }
    But if I don’t it go back to 1010px. There is a bug somewhere else.

    Regards,

    #393326

    Hi!

    Try creating a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Reset All Options” button to see if it updates after that.

    If it does not then try setting the following file to 777 permissions (temporarily), /wp-content/uploads/dynamic_avia/enfold.css, and then change the option and save to see if it updates.

    Cheers!
    Elliott

    #943674

    9 times out of 10 this is caused by a missing } in your quick css entries

    Check that first.

    #943913

    Hi xuamox,

    Thanks for the feedback :-)

    I’ll close this thread for now since it’s more than 3 years old.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Maximum Container width’ is closed to new replies.