[Support request] back-to-top not on Mobile/Tablet

Home Forums Support [Support request] back-to-top not on Mobile/Tablet

Home Forums Support back-to-top not on Mobile/Tablet

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1327129
    Torsten

    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

    #1327546
    Leo
    Staff
    Customer Support

    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;
        }
    |
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.