Support

Home Forums Event Espresso Premium No space between promo code text field and button

No space between promo code text field and button

Posted: July 8, 2019 at 12:46 pm

Viewing 2 reply threads


Launch

July 8, 2019 at 12:46 pm

Missing something here, but my dev is not finding a way to put any padding between the text field for entering promo code and the button to apply it.

Here is what he has tried:

#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options {
box-sizing: content-box !important;
position: relative;
margin: 0.5em 0 3em;
width: 400px;
font-size: 11px;
padding-right: 30px;
}


Josh

  • Support Staff

July 8, 2019 at 1:07 pm

Hi,

The following will add some space:

#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-input {
  width: 55% !important;
  border-right: 1px solid;
}

Please note you may need to adjust the 55% value accordingly. (60% ~ less space, 50% ~ more space)


Launch

July 8, 2019 at 3:44 pm

Perfect, thank you!

Viewing 2 reply threads

The support post ‘No space between promo code text field and button’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso