Product Page Button Out the Page

Hi,

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

Like this:

I want all of them responsive on all screen formats.

PSWD: chayrt

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

1 Like

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