This topic has 4 replies, 3 voices, and was last updated 9 months ago ago by Andrew Mitchell
Sticky Add to cart problem broken specially in the mobile . and some text overlaps in desktop
video example and login in private area
Hello, @Rodlens Hora,
Thank you for contacting us and for using XStore.
1/ We are pleased to inform you that the issue you encountered with the sticky ‘Add to Cart’ feature on the desktop version has been successfully resolved. Our team has implemented the necessary CSS code adjustments to address the problem.
For your reference, we have attached an image that illustrates the solution in effect.
https://ibb.co/SXjVdYj https://ibb.co/SdYhK4f
2/ By default the buy now button should not be shown on mobile in the sticky panel, it can appear in case you are using a cache plugin or CDN.
We can offer you to add the code into Theme Options > Theme custom CSS > Global:
this code can be used to add a scroll https://gyazo.com/9564b345cce274c0b8b1d94f7aec33bb
@media only screen and (max-width: 992px) {
.single-product .etheme-sticky-cart .et_column:nth-child(2) {
justify-content: flex-start;
overflow: auto;
}
}
or this
@media (max-width: 767px) {
.etheme-sticky-cart p.price,
.etheme-sticky-cart .quantity ~ .et-single-buy-now {
display: none;
}
}
to remove the buy now button – https://prnt.sc/962l1TXSdFjU
Should you require any further assistance, please do not hesitate to reach out to us.
Best regards,
The 8Theme Team
Thanks
Dear Rodlens Hora,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘Sticky Add to cart problem broken even with some of your demo’' has been successfully resolved, and the topic is now closed for further responses