Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1301781

    Hi
    Is there a setting or CSS to add a ‘Scroll to Top of Page’ as we get in the bottom right corner of the desktop view?
    So you can see and use it on small screens like Mobile devices?

    eg https://hinklerparties.com.au/product-category/festival/

    #1301810

    Hey Dave,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1301817

    Fantastic it works … you’re awesome :)
    Tnanks Mate

    #1301925

    Hi Dave,

    Great, I’m glad that Jordan could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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