Tuesday, 20 August 2013

About elements disposition in header: logo + slogan + social

About elements disposition in header: logo + slogan + social

I have this code:
<div style="float: left">
<div style="width: 150px; background-color: red">logo</div>
<h1 style="width: 250px; background-color: green" >long slogan</h1>
</div>
<div>fb like and g+ buttons</div>
Is there any way to place foobar3 above the green div???
NOTE: I want to use this code order (logo > long slogan > social), because
I want to show the slogan below the logo in mobiles and tablets, that is
my target, so maybe you can tell me any other work around.

No comments:

Post a Comment