We've created a flash banner and inserted it as a header in the 2010 Weaver theme, and have come across a gap above the header image, we've tried deleted the image, uninstalling plugins, and it seems to of permanently changed the height above the banner. It appeared after downloading the Dynamic Headers Plugin. if you have any ideas or experienced this problem and know a solution please could you let us know.
It's on http://www.kube-recruitment.co.uk ABOVE the header.
ashifttech
Member
Posted 1 year ago #
in your style sheet (style.css) change this
#branding {
margin-top: -10px;
}
to this
#branding {
margin-top: -40px;
}
Jagg2637
Member
Posted 1 year ago #
Removing the padding on the header will made the distance equal to that of the sides of the page.
Change (I think it is around line 389 in the css)
#header {
padding: 30px 0 0 0;
}
To this
#header {
padding: 0px;
}
Let me know if you need help to get it where there is no space at all at the top.
Went with Jagg2637's way, worked perfectly, thanks for both your replies.
Jagg2637
Member
Posted 1 year ago #
Your welcome! You should go ahead and mark this thread as resolved now!
aggieadams
Member
Posted 10 months ago #
I'm having the same problem. A gap blow the header. Isn't there without the plugin. Really would like to resolve this. I've tried everything I know.
http://www.vallombrosa.org/new
login to dashboard to view. admin2 / admin123
It's behind coming soon for a few more weeks.
Thanks for your help.