Support › Forums › Flex Theme › Can't get 4 columns on HP › Reply To: Can't get 4 columns on HP
July 7, 2015 at 12:35 pm
#410
Moderator
Remove this CSS
#featured-page-8 {
clear: both;
margin-left: 0;
}
Replace current CSS
#featured-page-3 {
clear: both;
margin-left: 0;
}
By
#featured-page-3,
#featured-page-11 {
clear: both;
margin-left: 0;
}