This topic has 6 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Brian Johnson
Hi, On the front page of the website, we are using the demo Creative. We want to make the slider take up the entire page until the footer. How can we remove the white space between the slider and the footer on the front page?
Also, on the slider, how can I make the embedded youtube video disappear once the video has finished playing?
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.page-content {
margin-bottom: 0px;
margin-top: 0px;
}
.page-heading-slider .wpb_revslider_element {
margin-bottom: 0px !important;
}
Concerning the video there is no such options. Sorry.
Regards,
Eva Kemp.
Thank you for the code. The only problem is that it worked on every page. I only need it to work in the front page.
Hello
Please add previous code into the custom.css with following selector:
.home .page-content {
margin-bottom: 0px;
margin-top: 0px;
}
.home .page-heading-slider .wpb_revslider_element {
margin-bottom: 0px !important;
}
Regards,
Brian Johnson
Thank you that was perfect.
You are welcome!
Regards
Brian Johnson
You must be logged in to reply to this topic.Log in/Sign up