Hi @steffrose16
Can you share the URL of your site so that we could take a look at the problem? If I know correctly you can still edit your orignal reply for about an hour or so, and there should be a field for adding the link. (“Link to the page you need help with:”) It’s only visible for logged in users, so you won’t need to worry about sharing the URL on a public forum.
Or if you don’t mind sharing the URL as public, please send the URLL in a reply.
If you woulnd’t be able to edit your post anymore and don’t want to share the URL on a public forum, please share it privately here:
https://smartslider3.com/contact-us/support/?ref=https://wordpress.org/support/topic/gap-between-slider-and-footer-sinatra-theme/
Hi @steffrose16
Thanks, we received the URL of your site.
The spacing happens because of a margin on the slider’s container, made by this code:
#primary, #secondary {
margin-top: 50px;
margin-bottom: 70px;
}
coming from:
wp-content/themes/sinatra/assets/css/style.min.css?ver=1.2.1
You could try overriding it with a stronger CSS code, like this one:
body.home div#primary {
margin-bottom: 0px;
}
What you could put into your theme’s CSS code giving place, or to the Customizer > Additional CSS field. If none of these would be available, you could place the code to Slider settings > Developer tab > CSS:
https://smartslider.helpscoutdocs.com/article/1806-slider-settings-developer
That code worked!
P.S. This plugin has awesome support. Thank you so much!
Hi @steffrose16
Great news, thanks for confirming it! I’m glad, I could help you solve this problem.
If you would have a few free minutes, it would help us a lot, if you could write a review about Smart Slider 3 on the WordPress Plugin page:
https://wordpress.org/support/view/plugin-reviews/smart-slider-3
We would really appreciate it.
As this problem was resolved, I’ll just go ahead and mark it as resolved. Should you have any questions in the future, feel free to open a new topic!
Have a great day!