Viewing 3 replies - 1 through 3 (of 3 total)
  • Change the following in your theme’s style.css

    from

    #logo {
        width: 40%;
        float: left;
    }

    to

    #logo {
    	width: 165px;
       	 float: left;
    }

    and from

    #ad468 {
    	margin-top: 10px;
    	float: right;
    }

    to

    #ad468 {
    	margin-top: 10px;
    	float: right;
    	width: 728px;
    }

    Thread Starter jerocarson

    (@jerocarson)

    thanks so much mercime, it worked . . . thanks again

    Cool. Do click on “Resolved” option on right sidebar dropdown. Create a new topic if you have a new challenge.

    Happy New Year!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo issues’ is closed to new replies.