Archived topic
Smart Slider3 header spacing
7 replies · Started by Alexander on January 25, 2017
On my new site http://dasilvaseboe.de/ I use Smart Slider3 but I cannot get rid of some empty space above and below the slider on different screen resolutions. Is there any way to make the section height match the slider height without any blank space now matter what the resolution is?
Thanks a lot
Cheers
Alex
Hmm, not too sure what's happening here.
I'm seeing the slider adding too much margin on top of the image: https://www.screencast.com/t/Mgur9Zw82
That orange is margin, and you can see it added on the right there. Is that a setting in the plugin maybe? If not, you might need to ask the plugin author.
Thanks Tom. I am resolving it with the plugin author.
No problem :)
Hey Guys,
I don't know if I had the same problem, but on my site I have also a white space between the sliders. How can I solve this?
Thanks a lot,
Dalia
Hi there,
looks like a different issue, try adding this CSS:
.wp-block-nextend-smartslider3 {
margin-bottom: 0 !important;
}
Great! Thanks a lot.
You're welcome