Support › Forums › Flex Theme › Content Width › Reply To: Content Width
October 26, 2016 at 1:11 pm
#1425
Moderator
Replace
.wrap {
margin: 0 auto;
max-width: 1140px;
padding: 0 30px;
}
WITH
.wrap {
margin: 0 auto;
max-width: 1280px;
padding: 0 30px;
}
==========================
Replace
.content, .home-bottom-left {
float: right;
width: 693px;
}
WITH
.content, .home-bottom-left {
float: right;
width: 820px;
}