hey,
is there a chance to get the back to top buttom (http://www.bilder-upload.eu/upload/588b6c-1473238252.jpg) also get on mobile view?
Hi bschke,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
of course: bauschke.org/Widey3/
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}
Regards,
Rikard
works fine, thank you