Tagged: responsive, width
I have two sites with licensed enfold. One still has the responsive with max width. The newer one, that setting is gone. Now the site is all 100% width. Before, it was menu, slider, footer was 100% and the header and body content were like 60% centered. Why was that removed? How do I get that back?
Under General Settings, added this to Quick CSS box.
.responsive .container {
max-width: 1210px !important;
margin:auto;
}
But why was the setting removed?
Hi!
I’m not sure what it looked like in the previous versions but to do that in the latest version there is an option in Dashboard > Enfold > General Layout. You’ll want to set it to use the stretched layout and you can set the maximum width in the Dimensions tab.
Cheers!
Elliott
This is true… the setting was moved from where it was to now General Layout > Dimensions > “Maximum Container width”
Thanks Elliott :)