Hi,
On the desktop view the “back to top” button is there. But when I see the page in mobile the “back to top” button don’t exist.
If I load a PlugIn I will get two back to top button on desktop view and on at mobile view.
Thanks for your help.
_K
Hey _K,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #scroll-top-link.avia_pop_class {
display: block;
}
}
Hope this helps :)
Best regards,
Nikko