Hi everyone. I've run into a problem that I've not been able to work through; even worse, I have a feeling the solution is simple. The problem is this:
I have a series of aligned roll-over links with titles below; the titles are created by using a list and the page is here:
http://secondhandplaces.com/work/
Eventually, there will be rows and rows of these square image links but for now, this is it. As you can see, the titles for the two images on the second row below continue after the images, rather than below the images. What do I have to do to bump these guys into their correct spot?
The CSS for the titles (called "workcaptions") is this:
.page-id-8 #workcaptions {
width:145px;
padding-bottom:30px;
font-size:11px;
float:left;
display:inline-block;
font-weight:bold;
border-bottom:1px solid #e9e9e9;
vertical-align:top;
margin:0 15px 15px 0;
}
.page-id-8 #workcaptions a:hover {
color:#000;
text-decoration:none;
}
If anyone sees this and can spot my mistake, or might turn me in a new direction, I would be so grateful for your help.
The blog I need help with is secondhandplaces.com.