Site logo

Archived topic

back-to-top not on Mobile/Tablet

1 reply · Started by Torsten on June 14, 2020

Viewing posts 1–2 of 2

Hi Tom,
I tried:

@media (max-width: 780px)
.generate-back-to-top,
.generate-back-to-top:visited {
    display:none !important;
}

for not-displaying the back-to-top-button on smaller screens as it's mainly covered by the "Buy Tickets" floating button.
How can I set the back-to-top-button to display:none; please.
Thanks,
Torsten

Hi there,

Looks like you are missing some brackets:

@media (max-width: 780px) {
    .generate-back-to-top,
    .generate-back-to-top:visited {
        display:none !important;
    }
|
This archived topic is closed to new replies.