Can I get some help with making these buttons even

Can’t seem to make these equal

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

@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%;
}
1 Like

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%;
}
1 Like