Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1012554

    hi,
    I noticed “scroll to top” button was not displayed on mobile.

    I want to display this button always on mobile.
    How can I resolve it?

    hidemayuzumi

    #1012555

    oh….

    I found the answer in documentation….

    thx:p

    • This reply was modified 6 years, 2 months ago by hidemayuzumi.
    #1012657

    Hi,

    Great, glad you found the answer :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1013787

    Hi hidemayuzumi, can you tell me where you found this in the documentation? I can’t seem to find it.

    Thanks,
    Slade

    #1013834

    Hey Slade,

    Add this to quick css:

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
      display: block !important;
    }}

    Best regards,
    Jordan Shannon

    #1014380

    Perfect! Thanks Jordan!

    #1014396

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Missing "scroll to top" on mobile’ is closed to new replies.