Hi Armin,
I'm trying to place my project description on top of my thumbnails (this is okay), but at the top left corner of my thumbnail (with a bit of margin).
Similar to this when you rollover the thumbnails : http://henriknygrendesign.se/
Right now, I've only managed to align the text on the left using this code :
.thumb .titlewrap-on-image.lay-textformat-parent p, .thumb .titlewrap-on-image.lay-textformat-parent span {
display: block;
text-align: left;
}
But I can't find the way to move it around in the thumbnail...
Thank you for your help,
Ben