Hi,
How can i change the coupon code box to a better length with the submit button inline next to it?
This is how it shows right now…
Hi,
How can i change the coupon code box to a better length with the submit button inline next to it?
This is how it shows right now…
Hi @tayowillett,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Kind Regards,
Movin
Hi,
The site can be found here - www.clanpress.co.uk/onlinestore/shop
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
.woocommerce table.cart td.actions .coupon {
width: 50%;
}
#page .coupon #coupon_code {
width: auto;
float: left;
}
#page .coupon input.button {
float: left;
}