Hi!
Is it posible to increase the width of the layout? So i got is set to stretched and i wanna change the width of the ‘content box, the site itself ‘
So that the content comes closer to the edges.
Tnx!
Hi c3computers!
Please add following code to Quick CSS
@media only screen and (min-width: 1140px) {
.responsive .container {
width: 1100px;
}}
For more detailed customisation, please modify grid.css file inside Enfold/css folder
Regards,
Yigit
Did the trick! Edited :
.responsive .container {
width: 1200px;
}
In grid.css
:)
tnx!