Show Extra gap between button and Slider
-
Hello Team,
I’m using woodmart slider on my website. I want to use the fullwidth button after the slider. but I see a gap between the slider and button. how to remove the gap?
Please find the screenshot attached.
Best
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-slider {
margin-bottom: -55px;
}
Regards.
Xtemos Studios