Billing form in Checkout page - by JordiRC

This topic has 6 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Olga Barlow

  • Avatar: JordiRC
    JordiRC
    Participant
    August 11, 2016 at 16:24

    Hello,

    My billing form is not like yours. I leave a screenshot.

    Billing form

    I think have to change a class name form-row-first for form-row-wide, but I don’t know where.

    Thank you

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 12, 2016 at 08:52

    Hello,

    Provide link to page where we’ll be able to see the problem. Do you use any third-party plugins for checkout? Provide also temporary admin panel access, please.

    Regards

    Avatar: JordiRC
    JordiRC
    Participant
    August 15, 2016 at 08:00

    Hello,

    i don’t use any third-party plugin for checkout.

    I send you admin panel access.

    Thanks

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 15, 2016 at 08:47

    Hello,

    You are using WooCommerce (ES) plugin. This plugin added new field and changed checkout fields’ classes.
    Also, I see that you have a long translation of Add to cart on grid and added the fix.
    I added following code in custom CSS (Theme Options > Styling > Custom CSS)

    /*--- Add to cart grid fix ---*/
    .footer-product .button:before {margin-right: 1px;}
    .product-image-wrapper .footer-product .add_to_cart_button {font-size: 9px;}
    
    /*--- Checkout ---*/
    .woocommerce-billing-fields #billing_company_field {width: 100%;}
    .woocommerce-billing-fields #billing_country_field {
        float: left;
        width: 48.5%;
        padding-right: 10px;
    }
    .payment_methods label img {
        max-width: -moz-max-content;
    }

    Check your site now.

    Regards

    Avatar: JordiRC
    JordiRC
    Participant
    August 15, 2016 at 10:23

    Hi,

    thank you very much!!

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 15, 2016 at 13:12

    Hello,

    You are welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.