Site logo

[Resolved] Resizing add to cart button on woocommerce product pages

Home Forums Support [Resolved] Resizing add to cart button on woocommerce product pages

Home Forums Support Resizing add to cart button on woocommerce product pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2579232
    Westin

    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.

    #2579238
    Ying
    Staff
    Customer Support

    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;
    }
    #2579276
    Westin

    Awesome, that worked, thank you!

    #2579516
    Ying
    Staff
    Customer Support

    Glad to hear that 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.