Home Forums WoodMart support forum Add to Cart

Add to Cart

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

    krisco
    Participant

    Hello
    How do we increase the add to cart

    1. Make it larger on web
    2. Make it the width of the page on mobile

    Thanks.

    #79862

    Hello,

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

    body.product-image-summary .single_add_to_cart_button {
        width: 300px;
    }
    
    @media (max-width: 768px){
    body.product-image-summary .single_add_to_cart_button {
        width: 100%;
    }
    }

    Replace 300px for the width you like.

    Best Regards

    #79866

    krisco
    Participant

    Hello, it did not work on the woodmart theme on mobile or desktop

    #79867

    Hello,

    Please provide your site admin access.

    Best Regards

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