01/30/2014 at 2:19 pm
#278708
Keymaster
@ Iris
Tile Plus was designed to tile just as it is doing on your site. The number of entry tiles will depend on how wide the browser window is. For example, you say three tiles, but on my large monitor I see all 4 tiles on a single row.
To make the change to 100% add the following to the theme’s custom CSS area:
#cn-tile-plus .cn-list-row-alternate,
#cn-tile-plus .cn-list-row {
float: none !important;
}
#cn-list .cn-entry {
width: 100% !important;
}
#cn-list .cn-entry div:nth-child(2) {
width: auto !important;
}
I hope that helps!
