Woocommerce entering coupon code amount

Posted in: Newspaper
Post count: 89

Hi

In this image http://imgur.com/mzLmtd5 you’ll see when I try to enter an amount for a coupon code discount the height is too low.

In CSS if I change the height to 35px it works fine but I don’t know what CSS to write to make this change permanent

Elements:

<<div class="control"><input type="number" class="" style="" name="_wcv_coupon_post_meta_coupon_amount" id="_wcv_coupon_post_meta_coupon_amount" value="" placeholder="Coupon Amount"> </div>

Style (I have made the change to 35px height so it works fine)

media="all"
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: 35px;
padding: 4px 6px;
margin-bottom: 10.5px;
font-size: 14px;
line-height: 21px;
color: #555;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
vertical-align: middle;
}

Is this enough information to be useful?

thanks

Post count: 22421

Hi,
It is enough information but you missed out the most important bit. Please provide a link to your website where the coupon field is so we can inspect it and see why the css does not apply.
Thank you!

Post count: 89

Thanks Bogdan – I was hoping this was enough, I need to send you a login and password for you to see the page, I will send an email with your name and ‘coupon’ in the subject line. I hope this works.

Post count: 22421

Hi,
I replied the solution via email.
Thank you!

Post count: 89

Thank you – worked perfectly!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.