Plugin Support
Gabor
(@nextendweb_gabor)
Hi @danyyyel!
That is happening, because of this code:
http://www.weddinginmauritius.info/ultimate-addons/wp-content/uploads/bb-theme/skin-577989e90755b.css
.fl-widget {
margin-bottom: 40px;
}
which looks like a cache file, so I’m not sure about the source, but you could overwrite it with a stronger css code, what you could put into your theme’s style.css file:
div.fl-widget{
margin-bottom:0;
}
and this would make the extra part disappear.
I don’t know how to code. It is because of beaverbuilder or Smartslider. Because if it is from beaverbuilder I can send them a bug report. If else I would tell you if you can do it and I would recommend you to advertise/talk about your pluggin to its community as it is growing fast, could be interesting for you like here https://www.facebook.com/groups/beaverbuilders/, a good a feature rich slider like yours could work well if well suported in BB.
Hi @danyyyel
The code and the file is definitely not coming from Smart Slider. Judging by the URL (http://www.weddinginmauritius.info/ultimate-addons/wp-content/uploads/bb-theme/skin-577989e90755b.css) it rather seems that it is coming from your theme, as the folder name is BB theme. Are you using a theme that resembles this?
If not, then maybe it is coming from Beaver Builder, you could try turning it off and clear your cache if you are using any, then check if the issue persists. If you can still see the problem, then it’s your theme – if not, it’s the Beaver Builder.
But if you put Gabor’s code to your theme’s style.css file:
div.fl-widget{
margin-bottom:0;
}
that will override the troubled code and resolve the problem.
Just to tell you that it is working