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

    Hi guys,

    As requested by our customer we’d like to display the ‘back to top arrow’ on mobile devices.
    Would this be possible with a simple solution? ( css ? )

    Thanks for letting me know ;).

    Kind regards

    • This topic was modified 6 years, 4 months ago by mynick.
    #984152

    Hey jeroenvandessel,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #984217

    Thanks!
    Worked perfectly.

    Topic can be closed.

    #984250

    Hi,

    Glad Victoria could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘'Back to top arrow' visible on mobile devices?’ is closed to new replies.