Tagged: , ,

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

    Hi, Sir/Madam,

    I found there is no top button on the mobile version of my site. the site link as below.
    Also i set a temporary account for your reference.

    Thanks a lot!

    Regards.
    Rochelle

    #852886

    Hey handanhy,
    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.