How can I remove space between menu and breadcrumb
fixed with
.html_header_top.html_header_sticky.html_large #main {
padding-top: 0px;
}
.html_header_top.html_header_sticky #main {
padding-top: 0px;
}
but not so nice
Hey MarcusEls,
Your CSS seems to be working since I can’t see a space above the breadcrumbs, what exactly is not so nice?
Best regards,
Rikard
If I remove the code in the quick css
.html_header_top.html_header_sticky.html_large #main {
padding-top: 0px;
}
.html_header_top.html_header_sticky #main {
padding-top: 0px;
}
It shows see thumbScreenshot
Another website with the same problem
http://www.fc-haarlemkennemerland.nl
I want the slider against the red line. But what I tried no luck