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

    Scroll does top button is set by default and works as it should. But you see this arrow only until mobile landscape mode (1) not portrait. (2)

    Why can’t you see the portrait mode?
    How to fix it?

    #1484618

    Hey Sven,
    It has always been hidden on screens smaller than 767px to save space, it is not specific to landscape or portrait, it is only that some mobile devices happen to be larger than 767px in landscape mode. To show on all screens try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

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

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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