Hello,
Please try the next custom CSS code:
.etheme-sticky-cart.outside {
opacity: 1;
visibility: visible;
transform: none;
}
@media only screen and (max-width: 992px) {
.et-mobile-panel-wrapper.outside {
opacity: 1;
visibility: visible;
transform: none;
}
.etheme-sticky-cart,
.etheme-sticky-cart.outside {
transform: translateY(-59px);
}
}
Kind Regards,
8theme team