Dear team,
When i have opened this site using mobile phone, the scroll top button is not displayed.
How to fix this problem? I have tried with asus Zenfone 5.
Hey JJ!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}}
Cheers!
Yigit
Hi Yigit,
Thank for fast response. The button is dispalyed.
Thanks :)