Support › Forums › Flex Theme › Featured Page Widgets – increase to 4 across › Reply To: Featured Page Widgets – increase to 4 across
February 20, 2016 at 2:34 pm
#918
Participant
I must be doing something wrong, but for the life of me cannot see what. Still showing 3 FPages on 1 line and the 4th underneath. here is the css I currently have –
.one-fourth,
.home-middle .featuredpage {
width: 23.076923076923077%;
}
.three-fourths {
width: 74.35897435897436%;
}
.one-sixth {
width: 14.52991452991453%;
}
.five-sixths {
width: 82.90598290598291%;
}
.first,
.home-middle .featuredpage:nth-of-type(4n+1) {
clear: both;
margin-left: 0;
}
Thanks