Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1482151

    hi… I tried but I didn’t solve it.
    2 “problems”
    – the arrow to go back up on the page disappears in mobile and tablet mode. how to show it?
    – the testimonials section, in the mobile version, becomes long and narrow and the arrows remain at the top, not making usability easier.
    how to solve?

    thanks!!!

    #1482561

    Hey MAJO_Agency,

    Thank you for the inquiry.

    1.) The scroll-to-top button is hidden by default on mobile view because most mobile devices have built-in ways to navigate to the top. If you like to display it again, add the following css:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #scroll-top-link {
        display: block;
      }
    }

    2.) We may need to inspect the site to better understand the issue. Please provide the site URL and login details in the private field.

    Best regards,
    Ismael

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