Home Forums Basel support forum Display bug with multiple tax categories

Display bug with multiple tax categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29358

    hcaves
    Participant

    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.
    #29374

    Bogdan Donovan
    Keymaster

    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

    #29581

    hcaves
    Participant

    It’s working, thank you very much!

    #29614

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Display bug with multiple tax categories’ is closed to new replies.