Site logo

Archived topic

How to increase width of "Add to Cart" button to 100% on desktop & mobile

3 replies · Started by Data on March 14, 2021

Viewing posts 1–4 of 4

I want to make the button width (100%) equal to the right end both on mobile and desktop.

Hi there,

I'm not sure I fully understand what you mean.

Do you mean you want the button to stretch through its container like this? https://share.getcloudapp.com/2NuEN15Q

If so, add this CSS:

body.single-product button.single_add_to_cart_button.button.alt {
    flex: 1 1 auto;
}

solved. thank you

Nice one. Glad you got it sorted. :)

This archived topic is closed to new replies.