Lost on how to move the text up to be inline with an image

I can’t figure out how to move the text up to be inline with the top image.

My web site can be found here.

Thanks!

Hi, it’s a simple fix really. Just put the #address HTML right after the #logo elemenet in the HTML :). Don’t have it come after the two floats.

It should be logo, address, lifestream, facebook (order of divs in the HTML in the header parent) :).

Major thanks Ryan! :slight_smile:

You’re welcome :). Glad I could be of some help.

I am stuck again, it’s coming out perfect in Chrome, Safari, Opera, IE8; but it’s coming really weird in Firefox 11 and IE 9 (I haven’t tried IE 10).

My live site can be found here

There simply isn’t enough width :).

On #livestreams a{} and #facebook a{} you can do a variety of things. Change the left margin to 69px instead of 70 to fix it.

You should avoid having no widths set when trying to get multiple elements floated next to each other. Just a warning :). This will be the result.

Thanks again Ryan!

You’re welcome again lol :). Feel free to create a new thread in the future. I’ll always be here waiting to help :).