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

    On desktop there’s in the right corner an icon to get back to the top. How do I get to show this on mobile too?

    #1143831

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

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

    Best regards,
    Yigit

    #1157639

    worked like a charm!! Thank you and sorry for the delayed reply

    #1157644

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

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