Home Forums WoodMart support forum Mobile scrolling problem

Mobile scrolling problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #179038

    orcohen
    Participant

    Hello you guys,
    Thanks so much for this great template!
    I have a small problem, you have given an option in the template settings, that a product desprtion will scroll
    It works great but it does not work in Mobile.
    I saw in CSS and saw that there was the following command:

    @media
    (max-width: 1024px)
    .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
         max-height: none;
    }

    I put the following command:
    .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
         -webkit-overflow-scrolling: touch;
         overflow-y: scroll! important;
         max-height: 250px! important;
    }

    It does give me an option to scroll down, but the scrollbar disappears from the side

    #179040

    orcohen
    Participant

    Here is a video
    Which shows you on one site has 2 scroll
    And my site has 1 scroll

    https://www.youtube.com/watch?v=7QfopCVZ7o0

    #179113

    Hello,

    Please check how it works on a real mobile device. If you have the problem, deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)