HELLO WE HAVE TRANSLATED THE BUTTON TO APPLY THE COUPON IN THE SHOPPING CART FROM OK TO APPLY (IN SPANISH) BUT WE HAVE HAD TO ENLARGE THE BUTTON BY PADDING THE SIDES BECAUSE THE WHOLE TEXT WAS NOT VISIBLE. WE CAN’T GET THE TEXT TO BE CENTERED ON THE BUTTON, I DON’T KNOW IF YOU CAN HELP US, THANK YOU!
This is the CSS we created to make the button bigger:
.clearfix .coupon .btn{
background-color:#000000 !important;
color:#ffffff !important;
padding-right:60px !important;
padding-left:60px !important;
}