• I have my front page setup with the bounce arrow because I am using big full page hero image and I need to make people aware to scroll down for the rest of the page.
    It all works fine on a pc but there is no arrow visible on a mobile.
    Any help please

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey @generalnumpty

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    @media (max-width: 767px) {
      .header-homepage-arrow-c {
        display: block;
      }
    }

    Let me know if that does it.
    Thank you.

    Hi @generalnumpty ,

    Was your issue solved using the above solution?

    Please let me know what is the current status of your issue so I can further help you.

    Thread Starter generalnumpty

    (@generalnumpty)

    GREAT that did it. Its now showing on mobile. Thank you. I did not see it straight away because on my Motrola phone running chrome it has the chrome nav bar (3 dots etc _ at the bottom and so covering the bounce, because for view on a pc i set the bounce arrow quite low so that it was not too distracting to my hero. I set the bounce offset from 18 to 63 which makes it higher on everything.
    Is there a way to just make it sit higher on a phone (being picky) now
    I also have a phone question about the hero slider but will start a new post.
    Thank you again

    Ionut Tudose

    (@ionuttudose)

    Hello,

    Can you share the link of your website so I can have a look over your issue?

    Thread Starter generalnumpty

    (@generalnumpty)

    To be clear I have now got a bounce arrow on a mobile view thanks the the CCS given which I am happy about its just I had to set it higher than I wanted so it sits above Motorola’s “extra” bottom chrome bar which gos away after you start to scroll. I know all phones display differently so I will get my hands on the wider family’s phones and test.
    If there is any extra code I can add just so it only sits at that height on mobile (bounce offset 63) that would be great.
    To be honest I would rather get some support now on my other issue posted if possible please.
    This one –
    Different Hero Image for mobile (how to)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No bottom bounce arrow on mobile’ is closed to new replies.