I am still struggling with placing two items in a header, say logo image and advertising product image in the header, sitting next to each other in same line. I have searched in the forum but no one has similar problem. so I ask here.
I tried to use css:
#logo {width:300px; float:left;}
#ad-product{width:600px; float:right;}
but it does not work at all as the ad-product image moved down below the logo title and herf :( I am not sure why it doesn't work
Could you please help with this?
thank you!