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

Solved

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

djnbob
Tourist
3 0 2

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!

 

Screenshot (2).png

Accepted Solution (1)
made4Uo
Shopify Partner
3873 718 1221

This is an accepted solution.

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;
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 4 (4)

made4Uo
Shopify Partner
3873 718 1221

Hi @djnbob 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
djnbob
Tourist
3 0 2

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

 

Thank you!!

made4Uo
Shopify Partner
3873 718 1221

This is an accepted solution.

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;
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
djnbob
Tourist
3 0 2

Thank you!