• Resolved Peter-VARGA

    (@cbdfactum)


    Chrome, Opera and even IE show the field descriptions in the checkout form inside the fields correctly.
    Only FF shows them too low.

    Check it out on https://cbdfactum.com/checkout with a product in the shopping cart.

    Which CSS has to be set correctly in order the descriptions are correctly centered in FF?

    Thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rupinder Kaur

    (@coolcoders)

    Hi,

    This again is an issue with CSS. Please use the below code for the particular issue.

    .woocommerce form.checkout .express-one-page-checkout-main p.form-row input {
    line-height: 30px !important;
    }

    Thanks

    Thread Starter Peter-VARGA

    (@cbdfactum)

    Thank you. Fixed. You can close the ticket.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FF issue with field description’ is closed to new replies.