Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1437340

    Hello. What CSS would I use the make the width of the “Apply coupon” cart button smaller? THanks.

    #1437372

    Hey Illingco,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1437385

    Sure it is the cart as listed below…

    #1437397

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    
    .coupon button {
      min-width: 100px;
      width: 100px;
    }

    Best regards,
    Rikard

    #1437490

    Unfortunately that does not work and does not produce a smaller button width. Actually I combined your solution with my previous attempt, and this seems to work:

    .woocommerce button.button[name=”apply_coupon”] {
    min-width: 60px !important;
    width: 120px !important;
    }

    • This reply was modified 9 months, 1 week ago by Illingco.
    #1437502

    Hi,

    Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1437504

    You can close this thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Apply coupon cart button width’ is closed to new replies.