Display bug with multiple tax categories
-
Hello,
I found a bug on tax display.
If I pass an order with more than one tax category, on the receipt page (the one we have just after the payment), the first tax category is much bigger than the other ones.
I attached a screenshot to explain.
Could you provide a fix so that the tax amount is at the same font-size than the other one?
Thank you!
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.website-wrapper .site-content .order_details tfoot .includes_tax .amount {
font-size: 100%;
}
Regards
It’s working, thank you very much!
The topic ‘Display bug with multiple tax categories’ is closed to new replies.