Home Forums Basel support forum Multiple Issues

Multiple Issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78833

    gregcz
    Participant

    Please see private section

    Attachments:
    You must be logged in to view attached files.
    #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

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