Home Forums WoodMart support forum Extend Width of ADD TO CART Button

Extend Width of ADD TO CART Button

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

    rattan
    Participant

    Hi again,

    following closed topic https://xtemos.com/forums/topic/extend-width-of-add-to-cart-button/

    I have noticed that when i select the product variations, the button shrinks again.

    Please advise.

    thanks

    #354653

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-type-variable .woocommerce-variation-add-to-cart-enabled {
    display: flex;
    }
    .product-type-variable .product-image-summary .single_add_to_cart_button {
    flex-grow: 1;
    }

    Best Regards

    #354675

    rattan
    Participant

    Thanks

    #354796

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Extend Width of ADD TO CART Button’ is closed to new replies.