Support › Forums › Flex Theme › Increase body width › Reply To: Increase body width
September 6, 2015 at 12:00 pm
#523
Moderator
In style.css file after…
@media only screen and (max-width: 800px) {
Add following code…
.wrap,
.boxed .site-container,
.boxed .site-top .wrap {
padding: 0 5px;
}