Support › Forums › Flex Theme › Can't get 4 columns on HP › Reply To: Can't get 4 columns on HP
June 28, 2015 at 12:22 pm
#364
Moderator
You need to modify the style.css file. Replace this existing CSS
.one-third,
.two-sixths,
.home-middle .featuredpage {
width: 31.623931623931625%;
}
BY
.one-third,
.two-sixths {
width: 31.623931623931625%;
}
Now you will replace this one
.one-fourth {
width: 23.076923076923077%;
}
By
.one-fourth,
.home-middle .featuredpage {
width: 23.076923076923077%;
}
=====================
Add this new CSS in your style.css file
#featured-page-3 {
clear: both;
margin-left: 0;
}