Okay
  Public Ticket #2359967
Responsive Scroll Down Hidden
Closed

Comments

  • David started the conversation

    First of all, your template is 10 of 10 points. I really like it. I think it is not a 39$ template. It could be a 79 -120 $ template.

    I have an issue. if you access to sections through mobile home page: Access from mobile www.misei.es -> Click in TECH. (URL will be www.misei.es/desarrolloamedida). You will find that "Scroll Down" that it is supossed to be in the left bottom corner is hidden under virtual navigation phone bar.

    I think it is because the page is 100%. But if you use responsive mode in Inspector Element feature in Chrome (not mobile), this issue is not happening.

    We have this problem in all our current phones: BQ, Xiaomi and Samung

  •  1,803
    Support replied

    Hello David

    Try raising the scroll label a bit on mobile with:

    @media only screen and (max-width: 767px) {

        .hero-bottom {
            margin-bottom: 30px;
        }

    }

    or any other value instead of 30px in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • David replied

    Thank you very much!!!