Can I get some help with making these buttons even.

jamesMeegan
Excursionist
47 1 11

Can't seem to make these equal

link preview: https://hbub2qborjn4hjn4-4339695709.shopifypreview.com

Screen Shot 2021-10-18 at 8.28.47 PM.png

Replies 2 (2)

KetanKumar
Shopify Partner
36839 3635 11972

@jamesMeegan 

yes please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/stylescss.scss ->paste below code at the bottom of the file.

.productInfo form {
max-width: 100%;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Kinjaldavra
Shopify Partner
2302 570 1422

hello @jamesMeegan 


please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.productInfo form {
    max-width: 100%;
}