Images and text are not lined up

I’ve been banging my head trying to figure this out. On this page in the ‘resources’ section (under the top content area), the text should line up to the right of each thumbnail. Im using the same css that I have [URL=“http://northshorewebdesign.net/clients/cuahsi/sample_two/”]on this page where it lines up but I can’t figure out what I’m doing wrong. I’m converting the sample to a Twenty Eleven WP child theme. Could it be some css in WP? Any suggestions?

No you’re not. Maybe it’s the same for 99%, but there are some differences.

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

You have this line in the style.css of the page that isn’t doing what you want.

I don’t have the clear in the static site. Should I get rid of the clear from the parent stylesheet or add it?

You want to get rid of it for the h3 in this particular case. I don’t know if you need it on other h3’s.

that did it - thank you