Viewing 6 posts - 1 through 6 (of 6 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

    #1484636

    Thanks for the code. Everything as it should be done – but doesn´t work.

    #1484646

    Hi,
    When I check your site I don’t find the css added, if you did add it then disable your caching plugin and Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files.
    If this doesn’t help then include a admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    #1484793

    DONE. I see this in portrait mode now.

    Thanks

    #1484795

    Hi,
    Glad we were able to 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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Scroll to Top Button /// mobile’ is closed to new replies.