Product Page Button Out the Page

Product Page Button Out the Page

Modeer
Tourist
16 0 2

Hi,

My add to cart and buy it now buttons overflowing out the page. How can i fix that?

 

Like this:

Screenshot 2024-12-04 at 18.34.21.png

 

I want all of them responsive on all screen formats.

 

1d11f0-ua.myshopify.com

PSWD: chayrt

Replies 2 (2)

LizHoang
Shopify Partner
1251 159 195

Hi @Modeer,

 

To solve the issue, please go to your Theme -> Customization -> Settings -> Custom CSS (https://img001.prntscr.com/file/img001/0c7wiZ_2Sb64PlYqI0A3Kg.png) and add this custom code: 

 

product-form__submit {
    right: calc(-12rem + var(--buttons-border-width) * 2) !important;
}

 

I hope my answer is helpful to you.

 

Liz

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

Check our Joy Rewards & Loyalty Program
Modeer
Tourist
16 0 2

Thank you for response and effort. But it's not working.