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

    I need an arrow at the right corner on mobile to switch the page faster up. It works on tablets, but not on smartphones.
    Here you can see:
    http://verlagshaus-hoegel.de

    #829491

    Hey Coxrange,

    I just want to clarify, is the arrow up not visible on mobile?
    Best regards,
    Nikko

    #829538

    Hi Nikko,

    yes, there is no arrow up on mobile (I use a Samsung S7)

    Best regards
    Elke

    #829548

    Hi Elke,

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

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

    Hope this helps :)

    Best regards,
    Nikko

    #829599

    Cool, it works :-)
    Thanks a lot!!!

    #829992

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Arrow up on mobile doesn´t work’ is closed to new replies.