This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Hi, how can I put the VAT field on checkout down of the price… thanks!!
Hello,
Add the following code in custom CSS
.checkout .order-total strong {
display: block;
padding-bottom: 5px;
}
Regards
Thanks Olga, works fine!! 😉
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up