Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Shopify Buy Button

Shopify Buy Button

DeanS135
New Member
4 0 0

Hi all,

I have had issues with my shopify buy button as it has changed in size and makes it much harder to click on which has had an overall effect on our customers struggling to click the buy now button.

Replies 6 (6)

Bundler-Manuel
Trailblazer
356 23 41

Hi there Dean @DeanS135 if you’re looking to improve the width of the button to make it easier to click on, I would suggest the following steps

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.product-form__buttons {
    max-width: 100% !important
}
</style>
Copy
Let me know if this works for you!

 

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.
DeanS135
New Member
4 0 0
Hi,

I tried putting in the code and still the same results.
[image: image.png]


DaisyVo
Shopify Partner
902 113 129

Hi @DeanS135 

 

Please kindly share with me your store URL and password if it is password-protected

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DeanS135
New Member
4 0 0
hi store url is:

www.lumminaskin.com.au

No password.

Thank you,
DaisyVo
Shopify Partner
902 113 129

Hi @DeanS135 

 

 

In this case, you have two buttons aligned on the same line. I tried stacking them vertically, but that only increased the width without affecting the height. Could you let me know which option you used to display the Shopify Buy Button? There might be a setting there to adjust its size.

 

However, since the button is generated from a JavaScript file, it's not possible to apply custom CSS directly.

 

Best,

 

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DeanS135
New Member
4 0 0
Hi,

Thank you for the info, this is all i can see for it.. [image: image.png]