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

    Hi,

    On the desktop view the “back to top” button is there. But when I see the page in mobile the “back to top” button don’t exist.
    If I load a PlugIn I will get two back to top button on desktop view and on at mobile view.

    Thanks for your help.
    _K

    #863767

    Hey _K,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

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

    Hope this helps :)

    Best regards,
    Nikko

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