I did every think, 0 bottom padding 0 bottom margin on the Row and on the Slider.
Where can i do it?
This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Olga Barlow
I did every think, 0 bottom padding 0 bottom margin on the Row and on the Slider.
Where can i do it?
Hello,
Every page has standard padding for the content. Also Revolution Slider element has standard 35px margin http://prntscr.com/cz3dnd
Add the following styles in custom CSS of your page http://prntscr.com/cz3fel
.content-page, .page-content {
padding-bottom: 0;
}
.wpb_revslider_element {
margin-bottom: 0px;
}
Regards
Thank you so much!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up