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
February 13, 2023 at 9:14 am
#442446

Aizaz Imtiaz Awan
Keymaster
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