Home Forums Basel support forum Tweaking the cart widget width and more Reply To: Tweaking the cart widget width and more

#134362

Hello,

1. Please add this code to the Theme Settings > Custom CSS > Desktop:

body .cart-widget-side {
    width: 50%;
     transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -sand-transform: translate3d(100%,0,0);
}

2. PHP files for the cart widget side are located in woodmart_cart_side_widget()
woodmart\inc\integrations\woocommerce\template-tags.php

3. Such modification would require complicated customization, which is not covered by our support

Best Regards