Home › Forums › Basel support forum › Tweaking the cart widget width and more › Reply To: Tweaking the cart widget width and more
July 25, 2019 at 8:32 am
#134362
Elise Noromit
Member
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