-
Author
-
February 11, 2017 at 16:00 #152688gfischParticipant
Hello
I have created a spashpage with revolution slider at http://new.datedick.com.
I sucessfully removed the header and footer with this CSS.page-id-1597 header {
display: none;
}.page-id-1597 footer {
display: none;
}How can I get rid of the white space above and below to make the spash pager really full screen?
Thanks
Andreas
February 13, 2017 at 06:58 #152788LauraModeratorHello, try using this
COPY CODEdiv#main { padding: 0px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 14, 2017 at 02:00 #152921gfischParticipantHi Laura
hmm – this took away a bit of white space on top. But I would like to cover the page with the slider completely – no whitespace whatsoever on top and at the bottom. See Screenshots. Sorry if I was misleading.Regards
AndreasAttachments:
You must be logged in to view attached files.February 14, 2017 at 21:15 #153061LauraModeratorHello, try adding this
COPY CODE.home-page .article-title { display: none !important; } .home-page #main { padding: 0px !important; } div#rev_slider_10_1_wrapper { height: 830px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 15, 2017 at 17:07 #153137gfischParticipantGreat – that does it. I have to find a way how to make the background dark. But I will ask that over at Revolution Slider. Maybe this is just a setting. I am still learning this plug in. Have a nice day. Great support again. A pleasure to work with you. 🙂
Regards
AndreasFebruary 15, 2017 at 17:10 #153138gfischParticipantActually. I got this CSS from ThemePunch. This removes everything. Just for your info. 🙂
h2.article-title {
display: none !important;
}
#main {
padding-top: 0 !important;
padding-bottom: 0 !important;
}February 16, 2017 at 23:13 #153246LauraModeratorGlad you could resolve it 😀
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.