Home › Forums › WoodMart support forum › Styling Product Bundles › Reply To: Styling Product Bundles
November 22, 2023 at 3:23 pm
#514565
Aizaz Imtiaz Awan
Keymaster
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.