I am trying to remove the padding from the top of the logo area (the black space at the top) on a friends blog.
Here is the link to the blog:
BLOG
Thanks much!
I am trying to remove the padding from the top of the logo area (the black space at the top) on a friends blog.
Here is the link to the blog:
BLOG
Thanks much!
check this in your theme's filess (e.g., style.css, header.php....):
<div id="logoimg" style="padding-top: 15px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgb(0, 0, 0);">
And replace padding-top: 15px; with padding-top: 0;
You rock. :) THANK YOU THANK YOU THANK YOU!!!
You are welcome. :-)
You must log in to post.