• Resolved oliverdob123

    (@oliverdob123)


    Hello. I am using a simple script for a quiz and the submission form box is a bit moved up. With other themes it doesn’t give me this problem. Can this problem be solved?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @oliverdob123,

    Please try adding the following into Customizer -> Additional CSS:

    form:not([role="search"]):not(.woocommerce-cart-form):not(.woocommerce-ordering):not(.cart) input:read-write:not(#coupon_code), form textarea, form select {
        margin-bottom: auto !important;
    }

    I hope it helps! Please let us know if this worked.

    Thread Starter oliverdob123

    (@oliverdob123)

    Your solution is wonderful. Now works. Thank you so much for solving this problem for me.

    Hi @oliverdob123,

    I am glad I was able to help!

    Please let us know if you have any more questions.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Form field moved’ is closed to new replies.