Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #459300

    I don’t know if I am missing it or what? Is there a way to include a “back to top? button on the bottom of the site pages?

    #459302

    Hi elames!

    Does not it show up on your end? Can you please post the link to your website?

    Regards,
    Yigit

    #459316

    It shows up on my computer but it does not show up on my iphone.
    http://bluemontinluray.com

    #459318

    Hi!

    Please add following code to Quick CSS

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

    Best regards,
    Yigit

    #459320

    Hi!

    I as typing while Yigit posted, just want to let you know, that the box, if you add the button, it will be on top of your content, that is why we have disabled it.

    UX of users, will be a little bad, if it is visible.

    Best regards,
    Basilis

    #459321

    Yigit’s code worked. Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Back to top button’ is closed to new replies.