Dev Team,
almost there. I am able to get all my featured page tiles up but instead of a 3×2 table It’s displaying a 2×3. Using Chrome Inspect Element tool I believe that these tiles are formatted with the code below located within the style.css file.
.ilovewp-featured-pages-list .ilovewp-featured-page-item {
display: inline-block;
float: none;
margin-right: 3.125%;
vertical-align: top;
width: 31.25%; }
Adjusting the margin and width values with the Chrome Inspect Element tool I am able to wedge them into place. When I change the values within the css file nothing happens.
If I remove featured pages 4-5-6 it slips into a 3×1 row perfectly.
Any idea what I’m missing here?