Tagged: slider
Hi,
I’m using a fullwidth layout with a 1030px content and added 58px of padding to the top of the full width slider to move it down from the header menu.
I added the following to the CSS:
.avia-fullwidth-slider {padding-top:58px}
But when I did this, a faint grey line became visible on either side of the area above the slider.
I then tried adding
* {border:none!important;} and while this removed every other border on the page, the line was still there.
See: http://screencast.com/t/G3jJZyvuKqf
I’ve got round it by adding margin-top:
.avia-fullwidth-slider {margin-top:58px}
But thought I’d give you guys a shout in case anyone else came across this issue.
Hi DigitalEssence!
Have you figured it out already? I can not see box shadow on your page :)
Best regards,
Yigit
Yes as I mentioned:
I’ve got round it by adding margin-top:
.avia-fullwidth-slider {margin-top:58px}
But I wanted to highlight this issue to you guys and have it logged here in case anyone came across this problem.