Archived topic
Page Header full screen scroll down button
4 replies · Started by Damiaan van Vliet on October 25, 2017
Hi support,
I have a page header for home which is full screen.
I have a scroll down button (font awesome) which scrolls on click to the first section is on difference places depending on the screen size.
Is there a solution that I keep that scroll down button stick to the bottom of the page header?
I can send login details.
The page header content now is:
<!-- page header -->
<a href="#startsectie" class="fl-scroll-link"><span class="scrolldown-button"><i class="fa fa-angle-double-down fa-5x" aria-hidden="true"></i></span></a>
Thanks!
Hi there,
Any chance you can turn maintenance mode off for now?
If we need password to view the site, please send it through Account Issue here: https://generatepress.com/contact/
OK Leo I will send login details now
Leo, the problem is solved.
I had to add the following CSS to the scrolldown-button:
position: absolute;
bottom: 0;
Glad you figured out!