Home Forums Basel support forum Button too Large

Button too Large

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17910

    flintstop
    Participant

    The Apply Coupon Button on the Cart Page is Appearing too long. Please Help me out with this.

    #17911

    flintstop
    Participant

    Image is attached here

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

    Eric Watson
    Participant

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce .cart-actions .coupon {
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start;
    }

    Kind Regards
    XTemos Studio

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