04/30/2014 at 1:04 pm
#289779
Keymaster
@ Danny
I’ll have to release an update to Tile to address this… basically the break occurs after first character change of the last name.
Here’s how you can fix it now without waiting for an update to Tile:
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
In tile-plus folder create a new file named:
tile-custom.css
Edit that file so the contents are:
#cn-plus .cn-list-section-head.cn-clear {
clear: none;
}
Save the file.
When you refresh the page, the tiles should appear correct.