Hi,
despite adding
@media only screen and (max-width: 767px){
.responsive #scroll-top-link {
display: block!important;
}}
to Custom CSS the “scroll to top link” dissapears on mobile devices again. Do you have any advises?
Regards, Alex
Hi AdDesign!
Use this instead.
#scroll-top-link {
display: block!important;
}
Regards,
Elliott
Hi Elliot,
unfortunately still doesn’t work…
Any other ideas?
Regards, Alex