Changing Add to Cart and Buy it Now to the same width

Solved

Changing Add to Cart and Buy it Now to the same width

mdmiddl2
Tourist
25 0 2

My Add to Cart and Buy it Now are two different widths. Any help?

 

Screenshot 2024-01-09 at 8.52.48 PM.jpg

 

 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11633 2280 2462

This is an accepted solution.

Update code 

<style>
.product-additional-buttons,
.product-form__buttons .button.w100 {
    max-width: 60%;
}
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 7 (7)

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

Hi @mdmiddl2 

Could you share your page URL?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

mdmiddl2
Tourist
25 0 2

www.shoppreeminence.com

password: 11201994

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

Go to Online store > Themes > Edit code > open theme.liquid file, add this code below after <head> element

<style>
.product-form__buttons .button.w100 {
max-width: 100%;
}
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

mdmiddl2
Tourist
25 0 2

Hi thank you. That made them both super long can the buy it with shop pay be made the same size at add to cart?

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

This is an accepted solution.

Update code 

<style>
.product-additional-buttons,
.product-form__buttons .button.w100 {
    max-width: 60%;
}
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

mdmiddl2
Tourist
25 0 2

Thank you so much!!

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

You are very welcome

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.