01/10/2014 at 5:01 pm
#276861
Keymaster
@ Douglas
What you’re looking for is the nth-child pseudo selector. Something like this:
.cn-entry div:nth-child(2) {
width: 140px !important;
}
Adjust to meet your needs. fyi, IE and lower, won’t work with this CSS selector.
Question, which version of Tile Plus do you have installed? I ask because I’ve recently released an update that fixes my bad match at calculating the width. The latest version should exhibit the behavior shown in your screenshot.