How do I align text to the left on my single product page?
Hi,
Please use the following CSS code:
.single-product .product_wrapper .entry-summary .mcb-column-inner *{ text-align: left; } .single-product .product_wrapper .entry-summary .mcb-column-inner .product_meta{ align-items: flex-start; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Comments
Hi,
Please use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards