Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #229514

    enfold scroll-top-link icon disappear from 480 px to 768px width
    I just noted that, both in chrome and Firefox, is there some reason for that?
    I’d like to have that scroll icon always fixed to the right for the bottom of my pages when I’m scrolling down regardless of the width size of the screen or resizing it.
    Thanks

    #229574

    Hi nicolasweh!

    Mobile devices scroll to top when you touch the topbar that is why it was hidden on mobile. But you can display it by adding following code to Quick CSS in Enfold theme options under Styling tab

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

    Best regards,
    Yigit

    #229628

    And… Topic Favorited! Thanks Yigit, you’re the best man

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘scroll-top-link icon disappear from 480 px to 768px’ is closed to new replies.