Home Forums WoodMart support forum Styling Product Bundles Reply To: Styling Product Bundles

#514565

Hello,

Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile

.bundle_form .bundled_product.product {
     display: flex;
   margin-left: -30px !important;
}
table.bundled_products .bundled_product_summary td.bundled_item_details_col .details {
     margin-right: -35px;
}

.bundled_product_summary .bundled_product_images img {
   width: 60%;
}

Best Regards.