Home Forums WoodMart support forum Apply Coupon Button Position Change

Apply Coupon Button Position Change

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

    Aisha Khan
    Participant

    want In mobile devices apply coupon code button in same line after coupon input form

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

    Hello,

    Can you please share the page URL so I will check and give you a possible solution.

    Best Regards.

    #583448

    Aisha Khan
    Participant
    #583622

    Hung Pham
    Keymaster

    Hi Aisha Khan,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS for Mobile sections:

    .wd-coupon-form input.input-text{
    	max-width: 50%;
    }
    
    .cart-actions button.button{
    	width: 50%;
    }
    
    .coupon.wd-coupon-form {
    	flex-direction: row;
    margin-bottom: 20px;
    }

    Regards,

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