[Resolved] Coupon field and button in woocommerce mobile cart

Home Forums Support [Resolved] Coupon field and button in woocommerce mobile cart

Home Forums Support Coupon field and button in woocommerce mobile cart

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

    Hi, just a short question. How can I move the coupon code button to the next line in mobile view (only for small screens not the tablet) and make the coupon field full width?

    Mobile cart coupon field

    Many thanks in advance!

    BR Maike

    #983801
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 768px) {
        .woocommerce-page table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon button {
            width: 100% !important;
        }
    }
    #984172
    Kim

    Perfect 🙂 Thank you!

    #984273
    David
    Staff
    Customer Support

    You’re welcome

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