Hi,
I cannot figure out where this bottom border is coming from and how to get rid of it. The client wants a contained (non full width) slideshow but also does not want a thin border showing at the bottom that extends from edge to edge of the browser window.
Also, she would like the slideshow to be closer to the navigation menu bar but I can’t seem to move it up any closer. I have added a “whitespace” element with -50 and then -100 pixels but it doesn’t move up.
Any ideas?
Hey Slade!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#after_layer_slider_1 {
border-top: none!important;
}
Best regards,
Yigit
Perfect!
Thanks Yigi!
Slade