Home Forums WoodMart support forum Price info TAX and Shipping info in one row Reply To: Price info TAX and Shipping info in one row

#442446

Hello,

We have applied the following Custom CSS to make the required change:

.wc-gzd-additional-info.wc-gzd-additional-info-loop.tax-info {
    display: inline-flex;
}

.wc-gzd-additional-info.wc-gzd-additional-info-loop.shipping-costs-info {
    display: contents;
}

This is the resultant preview on your Site:
https://snipboard.io/rdRNnE.jpg
https://snipboard.io/SeWIP4.jpg

Please check back your Site after completely clearing the browser and server cache.

Best Regards