Site logo

Archived topic

Resizing add to cart button on woocommerce product pages

3 replies · Started by Westin on March 23, 2023

Viewing posts 1–4 of 4

Hey guys,

Previously I reached out to you guys to get some help with CSS to change the add-to-cart box size of individual product pages. Everything was looking good until the most recent update and it looks like the individual product page add to cart box sizes reverted back to their normal size while bundle based product pages remained the correct size. I'm wondering if there were any changes made that would impact this change in sizing on the add to cart button size? I've included links to the correct size as well as CSS in the private information box.

Hi there,

The previous CSS should've not worked for the non-bundle product anyways.

Can you try adding this CSS:

.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
}

Awesome, that worked, thank you!

Glad to hear that :)

This archived topic is closed to new replies.