I need an arrow at the right corner on mobile to switch the page faster up. It works on tablets, but not on smartphones.
Here you can see:
http://verlagshaus-hoegel.de
Hey Coxrange,
I just want to clarify, is the arrow up not visible on mobile?
Best regards,
Nikko
Hi Nikko,
yes, there is no arrow up on mobile (I use a Samsung S7)
Best regards
Elke
Hi Elke,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #scroll-top-link {
display: block;
}
}
Hope this helps :)
Best regards,
Nikko
Cool, it works :-)
Thanks a lot!!!
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko