Tnks for the time and efort but it doesent work.
Is stil visible on desktop version.
I ask chat gpt to emulate a code and this just kinda “worked” for me:
/* Ascunde co?ul pe desktop */
@media (min-width: 1025px) {
#xoo-wsc-basket,
.xoo-wsc-basket,
#xoo-wsc-cart,
.xoo-wsc-cart,
.xoo-wsc-container {
display: none !important;
}
}
/* Afi?eaz? co?ul pe mobil ?i tablet? */
@media (max-width: 1024px) {
#xoo-wsc-basket,
.xoo-wsc-basket,
#xoo-wsc-cart,
.xoo-wsc-cart,
.xoo-wsc-container {
display: block !important;
}
}
…but on mobile version the basket is ugly and has another position….