How to shorten add to cart and payment buttons on Flow Theme

Hello,

How do I shorten the add the cart, payment buttons, etc to match the Notify me button. I am using the Flow theme. Thank you!

1 Like

Hi @djnbob

Do you mind providing your website so we can provide a code appropriate for you?

The website is http://www.isopoddepot.com

Thank you!!

Hi @djnbob

Thank you. Please add the following code below

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the theme.min.css file
  3. At very end of the code, add the code below
#AddToCartForm button#AddToCart {
    max-width: 300px!important;
}
1 Like

Thank you!

1 Like