Hello, @wemakemarkting,
We are pleased to hear that your translation issue has been successfully resolved with the assistance of our video guide.
Regarding your checkout page issue, it can be addressed by using Custom CSS. We have taken the liberty to prepare the custom CSS for you. Please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. Afterward, please clear your browser cache and revisit your site.
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
background-color: transparent !important;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item.st-item-meta td.product-name {
padding-left: 20px !important;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item.st-item-meta td.product-total {
padding-right: 20px !important;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
padding-left: 20px !important;
}
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping td label {
font-size: 11px !important;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
padding-right: 20px !important;
}
The final result should appear as follows: https://postimg.cc/qz4gqW61
Best Regards,
8Theme’s Team