I need to remove the - this is a guess - 10px white space below the header image on this site: http://www.pentamezz.com
I tried changing #branding height and branding bottom-border. I can't seem to figure it out.
Please help
Thanks in advance
I need to remove the - this is a guess - 10px white space below the header image on this site: http://www.pentamezz.com
I tried changing #branding height and branding bottom-border. I can't seem to figure it out.
Please help
Thanks in advance
I can see this in your style sheet:
#branding {
border-top: 2px solid #BBBBBB;
padding-bottom: 10px;
position: relative;
z-index: 9999;
}
Change padding-bottom to 0px and that should remove the padding.
Thank you Christine!
Any chance you can tell me how to get rid of the gray space at the top of the page. So the page is flush with the top of the browser.
Thanks
You must log in to post.