• Resolved bkhaja89

    (@bkhaja89)


    Hi,

    When I use Mobile view on the attached page (one of my products with multiple options), and scroll down, the page changes background color and locks up. So the user cannot fill in all of the fields and complete their order. Any suggestions on how to fix this?

    Thanks,
    bkhaja89

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author uxl

    (@uxl)

    This is the sticky add-to-cart panel, and in your products you have a lot of extra product options taking up more space in the horizontal add-to-cart panel.

    To hide this from view, add this CSS snippet to Appearance > Additonal CSS

    #wc-sticky-addtocart.active {
        display: none;
    }
    Thread Starter bkhaja89

    (@bkhaja89)

    Thank you for the help, that worked! Much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Scrolling in Mobile View’ is closed to new replies.