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

    Hello guys!
    I have a issue when i see the “scroll to top” only when full grid size is showing on screen. When the display get smaller and the grid row collaps to show one element at the time the “scroll to top” symbol disapears. Is there a setting to activate that?
    Thank you for your help.

    #1331688

    Hey alliansohog,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1331697

    Thanks a lot Rikard!
    You helped me!
    BR
    Andreas

    #1331701

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Scroll to top symbol shows only in desktop version’ is closed to new replies.