Remove product from cart scrolling to much
-
I noticed the following error
For this layout – https://woodmart.xtemos.com/handmade/
If I will remove a product from cart, the page will scoll down until the Return to shop button, but the text which is there will be hidden.
Can you fix this?
Hello,
Your problem is not clear enough. If you delete products from the cart on the cart page, the page is scrolled cause besides cart content it has the footer and this is the way it should work.
When you delete the product from cart sidebar page is scrolled cause sidebar is fixed and do not have any scroll.
So I do not understand what the problem is and what text disappears.
Best Regards
The text from Cart isn’t visible.
This is a bug.
Why is scrolling so low?
Isn’t good. Please fix it
In this pictures you see the text, but if I empty the cart, I will see just the button.
I need to see the text too.
Attachments:
You must be
logged in to view attached files.
Hello,
I see clearly the text from a cart as per your screen. The speed of scroll depends on the speed you are scrolling your mouse. https://gyazo.com/7caa450bd84f585c5c5dbd45f96fc2f9
Best Regards
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.browser-Safari .woocommerce-cart .woocommerce-message {
position: relative;
animation: none;
transform: none;
}
.browser-Safari .woocommerce-cart .woocommerce-message.hidden-notice {
display: none;
}
Regards
Now it’s ok, thanks Bogdan
The topic ‘Remove product from cart scrolling to much’ is closed to new replies.