Folder tiles getting CUT at right edge
chrisvilla
Registered Users Posts: 13 Big grins
I have my website close to where I want it, can't seem to avoid this problem.
All of my folder thumbs on the far right hand edge of the screen seem to get chopped off.
Anyone got any ideas? Ta.
All of my folder thumbs on the far right hand edge of the screen seem to get chopped off.
Anyone got any ideas? Ta.
0
Comments
The same is happening to me.
By the way could you share the code that adds the cool border!
rich56k
Member: ASMP; EP; NPPA; CPS
Can't remember which thread I found this in. The first part does the border, the second change the font. You might not need the second bit, but you can use it to shrink your gallery titles if they keep getting croppped.
Thanks Chris!
Member: ASMP; EP; NPPA; CPS
No worries, just hope somebody can answer my question now
www.richknechtphotography.com
Oh yeh, that's odd. Bug in the new code?
This will fix it.
.sm-tiles-row-organic .sm-tiles-list {
overflow: visible;
margin: 0 0 0 -18px;
}
www.richknechtphotography.com
Thanks, messed with that a bit and got it to work. Had to use 'margin-left:' instead though because I kept getting confused.