Home Forums Azuma Scrolling in Mobile View (Viewing Product) Reply To: Scrolling in Mobile View (Viewing Product)

#11166
Andy
Keymaster

The link you provided gives a 404 not found error, but I think you are referring to the “sticky add-to-cart” panel.

To remove it, add this code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

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