Hi,
My logo is static and I would like it to move and align left with the posts when the window resizes.
Hi,
My logo is static and I would like it to move and align left with the posts when the window resizes.
you have to use css3 media queries to achieve this effect. i suggest going through some bllogposts for this
I replaced my blog title with an image. My blog title would move with the grid as the window resized. So, why does the image not move with the grid?
Is there something I can put in the CSS so the logo will move with the columns?
/* ---------- Basic Elements ---------- */
#logo
{
img:url(http://aarondavis.net/wp-content/aarondavis.png);
margin: 0;
padding: 0;
height:55px;
width:100%;
float: left;
padding-top:25px;
padding-left:75px;
padding-bottom:0px;
text-indent: -9999px;
//
}You must log in to post.