Hi,
After doing almost everything I can in CSS, i still have huge amounts of space above my logo ... I just want to make the space around smaller ...
Here is a screenshot ... I want to get rid of the red part of the screenshot ...
Phehello
Hi,
After doing almost everything I can in CSS, i still have huge amounts of space above my logo ... I just want to make the space around smaller ...
Here is a screenshot ... I want to get rid of the red part of the screenshot ...
Phehello
h1.logo { position: absolute; top: -20px; }
.top_offset {
margin-top:15px !important;
}