Hi Folks, just looking to tweak the slider showing below masthead on my home page, it’s set to full screen but there is a margin along the bottom of both my desktop and mobile when i view it.
Thanks for the updates! I have checked your site but could no longer see any space at the bottom of the slider. Did you happen to resolve the issue? If that’s not the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-slider-container.below {
border: medium none !important;
margin-bottom: 0 !important;
}