Home Forums Theme support Skyline Header Background has 40px space on both sides Reply To: Skyline Header Background has 40px space on both sides

Hi,

you are right, there is a problem with the spacing. Sorry, but no one before told us that there is a problem. We will fix it with the next update. In the meantime you can go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this css code:

#container_inner {
padding:0;
}
#footer, #overheader, #secondfooter, .custom_section, #research_header, .csl, .nocsl, #cycle_container, #header_object_slider, body #container #container_inner #page .map_container {
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
}

This will fix the problem.