Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1059361

    Hi,

    since I could’nt find an answer for my requirement in the topics, I am starting a new one.

    I have two issues.

    1. Scroll to top arrow
    I am looking for a scroll to top button, which is shown in mobile version. Where can I activate this?

    2. The scrolling on mobile works very poor. The site only scrolls when you have your finger on the display permanently. Is there any option, to add a smoth scolling to my site?

    #1059513

    Hey okibln,

    Thank you for contacting us. Please refer to the below links to resolve this issue.

    1. To activate the scroll to top on mobile.

    2. I checked your site on my android mobile and it scrolls as intended. If you still like to add additional smooth scroll feature please try one of the plugins in the below list.
    https://wordpress.org/plugins/search/smooth+scroll/

    Best regards,
    Vinay

    #1062625
    This reply has been marked as private.
    #1065213

    Hi,
    Sorry for the late reply, To enable your scroll to top, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
      display: block !important;
    }}
    #scroll-top-link {
        opacity: 1 !important; 
        visibility: visible !important; 
    }
    

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.