The theme is taking out the back to top button that shows up on desktop when viewed on mobile and we need this to show up as it should on the mobile responsive setting.
Hey Enigma,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}}
Best regards,
Mike
Ok good deal, this worked.