This topic has 6 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
good morning, I have a problem with my site. the home page must have only one slider, without a footer but keeping the header. same for the mobile version. the slider however does not remain full screen! but leave a space that I can’t remove. attached the link to my site
Hello,
This is the default bottom padding for the page. If you want to remove it for the home page only add the following custom CSS to page CSS http://prntscr.com/ojbo83
.content-page, .page-content {
padding-bottom: 0;
}
Regards
i’ve already do it before open the topic.
i’ve tried different css code but nothing work. and still not working.
Hello,
Try to add !important
.content-page, .page-content {
padding-bottom: 0 !important;
}
Regards
work great with !important 🙂
thanks a lot
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up