Please could anyone help me out here? When displaying my thumbnails, the text for the titles of the collections and albums always seems to sit on the right of the thumbnails, rather than underneath. ( http://croila.net/plogger/index.php?level=collection&id=1 ) And it throws the spacing of the thumbnail pictures out.
Everyone else seems to have the title text underneath their thumbnails rather than to the side like I do, but I just can't figure out how to do it.
Can anyone help me out please? I've been trying to figure this out for ages and it's driving me demented!
.thumbnail img { float:none !important; /* add this line, it keeps the image from floating left inside the thumbnail box */ padding: 5px; text-align: center; margin: 4px; background: #FFF; border-width: 1px; border-color: #778899; }
I can't tell why it's inheriting the float, but it is from somewhere. This will stop it. The !important declaration ensures it will always have greater specificity (which rules override) in CSS. Works in Firefox 1.0.7/Win. Btw, nice theme.