jerocarson
Member
Posted 1 year ago #
my logo has wont come down to align with my header where i have the categories. i have tried everything and none seems to be working. i will appreciate any tip . if i turn off google ads, it goes to it's orignal state, but once turned on, it floats upwards. i even reduced the size of the logo, it did not still work. i really this to work. thanks alot
http://www.africangamer.com
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;
}
jerocarson
Member
Posted 1 year ago #
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!