Hello Everyone,
I’m trying to get my artwork to appear at the top of all web and blog pages on my site. However, there’s a big white space that I can’t seem to remove. I’ve done it in the past but it seems I’ve forgotten or something is wrong that I can’t fix.
Here is the link for you to view http://backinthedave.com/index.php/home/
David
Hey guys,
I’ve not heard back from anyone on this. I’m still having an issue trying to get my full width image flush to the very top of the page.
I can’t seem to remove the header.
Hi,
Sorry for the late reply, I see that you have a logo image at the top of your page that is not quiet 100%, and under it you have the same image in a color section. The image in the color section is centered virtually, with the height of the color section much more than the image. If you change the height of the color section it will remove the extra white space.
But then your request is to remove the header, which we can do with:
.av-logo-container {display:none!important;}
But I wonder if a better solution would be to use your logo at full width instead:
.logo, .logo img {
width: 100% !important;
height:auto;
}
.av-logo-container {padding: 0px !important; }
Please let us know if either of these help you achieve your design.
Best regards,
Mike