New Landing How can we help? Themeforest Theme Support Dante Checkout page excessive spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #110401
    MHC
    Member
    Post count: 247

    Hi,

    How can I 1. remove the extra spacing 2. change the font size on checkout page?

    Please see attached screenshot for explanation.

    Thanks so much!

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

    Hi,
    Please use this custom css code:-

    #order_review table.shop_table tr th, #order_review table.shop_table tr td {
        font-size: 16px !important;
        padding: 4px !important;
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #110859
    MHC
    Member
    Post count: 247

    Hi Mohammad,

    Thanks very much for your help! It’s looking much better now, except that the margin above “Your Order” is still too big… Attached a screenshot for your reference, please could you let me know how to adjust it? ๐Ÿ˜‰

    Attachments:
    You must be logged in to view attached files.
    #110873
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to the theme custom css option.

    
    .woocommerce-checkout h3#order_review_heading {
    margin-top: -10px!important;
    }
    
    .woocommerce #payment .terms input {
    margin-top: 12px!important;
    }

    -Rui

Viewing 4 posts - 1 through 4 (of 4 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