Hi,
I’ve added a Fullwidth Easy Slider to a page, where it is the first item on the page. The header bar is set to no transparency. For some reason, the header bar is still slightly transparent and I can see the top of the slider images behind it. Is there a way to fix this?
I’ve tried adding a whitespace element before the slider, set to the height of the header (88px). However, that shifts the slider to 88px below the header.
I’m using Safari on OS X.
Many thanks!
Hi jamesbarlow!
It’s because of this custom CSS your using.
.home #main {
padding-top: 0 !important;
}
Regards,
Elliott
Brilliant! Thanks for that.