By mxer269 on
I just added a logo to my site. The logo is displayed in the header region with a fluid header background. I also added two blocks to display in the right side of the header region. I want the logo and header blocks to display in line with each other, but when I add the logo to the header region, the logo is displayed above the header blocks. Here's a picture of how it looks right now:
http://i49.photobucket.com/albums/f287/06subaru/headerfix.jpg
How can I fix this so everything displays inline with each other? Thanks for the help!
Comments
Float Callouts in CSS
You should be able to add 'float:left' to the logo and 'float:right' to the header blocks in your style sheet.