Liebes Support-Team,
gibt es für die mobile Version von Enfold einen Nach Oben Pfeil oder muss ich jedes Mal den langen Weg nach oben scrollen, um zum Burger Menü zu kommen?
Vielen Dank und Grüße
Tanja Flören
Hey hallo352,
Thank you for the inquiry.
The back-to-top button is disabled on mobile devices by default but you can display it back by adding this css code.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #scroll-top-link {
display: block;
}
}
This button is no longer necessary on mobile phones, as most mobile browsers have a feature where you can return to the top by double-tapping the top edge of the phone screen.
Best regards,
Ismael