Home Forums WoodMart support forum Add to cart styling with enquiry

Add to cart styling with enquiry

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #704565

    shweta
    Participant

    Dear Team,

    I need a small help. https://mukulgoyal.com/product/the-sufiyana/

    I have added enquiry button. I want it next to add to cart reducing the width of add to cart. How can I do this?

    I hope you understand the issue…

    Attachments:
    You must be logged in to view attached files.
    #704654

    Hello,

    Navigate to Layouts > Edit Single product layout > Edit product add to cart widget and disable the full width design and choose the default.

    For the add to cart styling, Try to add the following custom css code in Theme Settings > Custom CSS:

    .wd-single-add-cart form.cart {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    Best Regards,

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