• Resolved tim1

    (@timm1)


    Great plugin, however I discovered a bug: When you change the last required shipping field, in my case, shipping_city, from default class form-row-wide to form-row-first or form-row-last, the field becomes unclickable in the checkout process. It is only accessible using the tab button.
    If you have another field on the same line, in my case shipping_postcode, it gets also affected by it and becomes unclickable.
    When trying to reproduce this for the billing fields, the problem does not occur. This might be, since its not the last field in the billing field sections. There is the required field billing_email listed below.
    I am using Flatsome 3.9.0 child theme and Germanized for Woocommerce 3.0.2.
    Any help appreciated.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    We could see that it is a theme style issue.

    Please try to add the below style in your theme’s Additional CSS.

    .checkout .woocommerce-additional-fields {
        clear: both;
    }

    Hope this will help ??

    Thank you!

    Thread Starter tim1

    (@timm1)

    Fantastic, that worked. Thanks a lot for your fast help!

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form Row First Bug for last required shipping element’ is closed to new replies.