Home Forums Basel support forum Multiple Issues Reply To: Multiple Issues

#78917

Hello,

1. Please clarify the problem, I do not see the centered text in the checkout: https://gyazo.com/607a570a4e814bcf5b1e49d97d414785

2. Add this code to the Theme Settings > Custom CSS:

.product-grid-item .product-title {
min-height:50px;
}

3. All these styles are stipulated by the third parties plugin. http://prntscr.com/kyia99

Add this code to align the tax to the right:

body.product-total .product-tax {
    display: block;
    text-align: right;
}

4. Add this code:

body.shop_table td.product-subtotal span {
    font-weight: 400;
}

Best Regards