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,
Hey techrisingkg!
The width of your .container element is 1310px, did you manage to get your problem solved?
Regards,
Rikard
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
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,
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
9 times out of 10 this is caused by a missing } in your quick css entries
Check that first.