How do I align text to the left on my single product page?


How do I align text to the left on my single product page?

Comments

  • 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

Sign In or Register to comment.