Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #402571

    between 480px and 767px the scroll-top-link isn’t displayed

    /*iphones etc scroll better by tapping the status bar at the top of the screen*/

    why it is displayed beneath 479px ?

    #402995

    Hi Guenter!

    Can you send us a link so we can take a look? Be sure to deactivate all plugins while testing.

    Cheers!
    Elliott

    #403276

    http://kriesi.at/themes/enfold/
    :lol:
    i can see the media querie rules in the enfold css styles – and these are set to display=none in between 480px and 767px
    On lower vallues than 479px the scroll-top-link button is visible ? So my question was not how to change it – but what was the reason for that behaviour. Is the tapping statusbar not possible underneath that value ?

    #403909

    Hi!

    I understand what you’re referring to but have you checked if the arrow shows up on an actual mobile device? i just did it on my Android phone and the arrow it didn’t appear at all.

    Best regards,
    Josue

    #404384

    the only thing is that i recognized the different behaviour on my iphone when changing from landscape to portrait.

    on iphone the landscape orientation : no up link
    on portrait : you can see the top-link-button ( because screenwidth is lower than 479px – so it is ok too)
    but on portrait the tapping of the statusbar works too – so i did not see the need for a different handling of it,
    and you are not using by general

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

    Ok, just wanted to confirm because i didn’t see it on my phone at first, i’ll report it anyways.

    Thanks,
    Josue

    #406348

    Hi

    I just entered the forum to ask the exact same question so I will follow this thread to read the answer.

    Thanks,
    Sharon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘scroll top link beneath 479px’ is closed to new replies.