Hi, I have no Scroll to top button on mobile. Is there any way to activate it? Thanks. Tom.
Hey tczubkowski_priv,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}
}
Best regards,
Rikard
Thank you. It works. T.