New Landing How can we help? Themeforest Theme Support Neighborhood Tax not righ position in checkout

Viewing 8 posts - 1 through 8 (of 8 total)
  • #199424
    AndyH
    Member
    Post count: 54

    Hey,
    I still have a problem with the tax in the checkout process. It is not in the right line.
    Can you have a look? Which custom CSS can I use to fix this problem?

    Thanks for your help

    Best regards

    Attachments:
    You must be logged in to view attached files.
    #199453
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce td.product-name dl.variation{
    width:270px !important;
    }

    Thanks
    Mohammad

    #199458
    AndyH
    Member
    Post count: 54
    This reply has been marked as private.
    #199465
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    All it should need is this css:

    .product-total .product-tax {
    float: right;
    }
    

    Please check.

    – Ed

    #199765
    AndyH
    Member
    Post count: 54

    Hey Ed,

    thanks for your help. It works better now, but if you have amounts with a single figure like 8,95 EUR it looks bad. Just have a look in my screenshot. If the Tax would be in the seconde line is better.
    What can I write in my Custom CSS?

    Thanks for your help

    Best regards

    Attachments:
    You must be logged in to view attached files.
    #200290
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please use this CSS to amend the above screenshot.

    .product-total .product-tax {
        float: right;
        text-align: right;
        display: block;
        width: 100%;
    }
    
    .woocommerce td.product-name dl.variation dd p {
        line-height: 30px;
    }

    Thanks,
    David.

    #200336
    AndyH
    Member
    Post count: 54

    Hey David,
    works perfect. Thanks very much

    #200532
    David Martin – Support
    Moderator
    Post count: 20834

    Great! – No problem.

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register