I made a number of alterations, including the removal of page titles. The gap between the header and main container (through which the background is visible) now appears to have doubled - how can I reduce it?
Website http://mullinsdowse.webdev5.co.uk/
Below I will paste my "Quick CSS" changes to date, although there may be further edits in the custom.css file I can seek out if required (I'm sure this is a simple task though - I'm pretty clueless). Many thanks
#top.home .slideshow_caption.active_caption {
opacity: .9 !important;
}
.outer_callout {
margin: 0 !important;
}
#header .container {
min-height: 50px !important;
}
div .logo {
padding-top: 10px !important;
padding-bottom: 0 !important;
}
#main .container {
padding-top: 25px;
}
.stretch_full.title_container {
display: none;
}














