05/02/2014 at 9:33 am
#290004
Keymaster
@ Martin
This is caused by theme which globally change the box-sizing from its browser default. Unfortunately this will break the layout of anything expecting the default. I’ll actually be releasing an update to Tile Plus later today which enforces this setting within the Tile Plus template, but here’s how to fix this now…
Login to you site with FTP.
Navigate to the ../wp-content/uploads/ folder.
In that folder create a new folder named:
connections-templates
In the connections-templates folder create a folder named:
tile-plus
In tile-plus folder create a new file named:
tile-plus-custom.css
Edit that file so the contents are:
#cn-tile-plus .cn-entry {
box-sizing: content-box;
}
Save the file.
When you refresh the page, the tiles should appear correct.
Hope that helps!
