Support › Forums › Flex Theme › Can't get 4 columns on HP › Reply To: Can't get 4 columns on HP
August 13, 2015 at 2:19 pm
#490
Moderator
You did not properly follow my instruction.
Replace (line no 2783 )
.home-middle .featuredpage:nth-of-type(4n+3) {
clear: both;
margin-left: 0;
}
WITH
first,
.home-middle .featuredpage:nth-of-type(4n+3) {
clear: both;
margin-left: 0;
}
Remove this CSS (line no 711)
.first, .home-middle .featuredpage:nth-of-type(2) {
clear: both;
margin-left: 0;
}