I would like to increase the padding on the left and right side of my boxed body layout. In other words, I would like to decrease the width of the white content area and make everything inside smaller and more compact. Is this possible?
I found the following code on other forums:
@media only screen and (min-width: 1170px){ .container{ width: 400px; } }
This, however, only decreased the width of the actual content - while the white content area remained the same.
Hello!
I would like to increase the padding on the left and right side of my boxed body layout. In other words, I would like to decrease the width of the white content area and make everything inside smaller and more compact. Is this possible?
I found the following code on other forums:
@media only screen and (min-width: 1170px){
This, however, only decreased the width of the actual content - while the white content area remained the same..container{ width: 400px; }
}
Hi,
Please try to add more this code to Customize > Custom CSS to do that:
Change values 1000 and 1060 to value as you want.
Best Regards,
PenciDesign