Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #229601
    Bart Bus
    Participant

    Hi there. On mobile devices, the “Scroll Down”-arrow shows up somewhat to far down the screen. I can’t figure out how to get in higher up. http://clientcontactsolutions.nl/wordpress/

    #229833
    Skandha
    Participant

    @bart-bus: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 500px) {
    	.scroll-down {
        	     top: 350px;
    	}
    }

    You can adjust the value of the top according to your need.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘change vertical position of “scroll-down” and “fa fa-angle-down”’ is closed to new replies.