Support › Forums › Flex Theme › Can't get 4 columns on HP › Reply To: Can't get 4 columns on HP
November 3, 2015 at 1:21 pm
#625
Moderator
Replace this CSS
first,
.home-middle .featuredpage:nth-of-type(4n+3) {
clear: both;
margin-left: 0;
}
WITH this
first,
.home-middle .featuredpage:nth-of-type(4n+2) {
clear: both;
margin-left: 0;
}