01/28/2014 at 4:58 pm
#278436
Keymaster
@ frank
Ok, that’s what I thought. Now I see the issue. The theme has changed the default box sizing method globally. It needs to be changed back to the default value for Tile. This can be done by adding the following to the theme’s custom CSS area.
#cn-tile-plus .cn-entry{
box-sizing: content-box;
}
That should fix it up.
