Viewing 3 replies - 1 through 3 (of 3 total)
  • you have to use css3 media queries to achieve this effect. i suggest going through some bllogposts for this

    Thread Starter AyeAaron

    (@ayeaaron)

    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?

    Thread Starter AyeAaron

    (@ayeaaron)

    Is there something I can put in the CSS so the logo will move with the columns?

    /* ---------- Basic Elements ---------- */
    
    #logo
    {
    	img:url(https://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;
    //
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo move with rest of site’ is closed to new replies.