Tagged: header, whitespace
Hi, I want to reduce the whitespace above and below my slider in this link.
I added:
#header_main>.container {
margin-bottom: -14px;
}
But it doesn’t help.
What can i do?
Found it,
I had this in the custom css:
#top div .avia-gallery img {
padding: 0;
border: none;
}
That created the ‘ whitespace’ because there was nothing in there