Support › Forums › Support (Legacy) › annoying white space between the header and rev. slider › Reply To: annoying white space between the header and rev. slider
27/07/2015 at 13:14
#722
Keymaster
Try inserting the following code into Appearance > Customizer > Live CSS:
@media (min-width: 1170px) {
#primary #content{margin-top:0;}
}
