This topic has 4 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi there,
I see a gab after Revolution slider that I don’t know how to get rid of, it’s being caused by this css:
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
margin-bottom: 35px;
}
I don’t simply want to change 35px to 0px as this is probably there for a reason, what’s a better way to get rid of the gap?
Hello,
There is default margin http://prntscr.com/k5hkc4 To remove it you can add this code in Custom css for page http://prntscr.com/k5hloj
.wpb_revslider_element {
margin-bottom: 0px;
}
Regards
that didn’t work but this did…
.wpb_revslider_element {
margin-bottom: 0px!important;
}
Thanks
Ok.
You’re welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up