10/10/2016 at 1:54 pm
#394935
Keymaster
@ deborah
Ideally you should upgrade Tile Plus to the latest version because it has CCS in place to help prevent theme’s that break the layout like this. To correct it without upgrading, add the following CSS to the theme’s custom CSS area:
#cn-tile-plus .cn-entry {
box-sizing: content-box;
}
Hope that helps, let me know.