Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Surbma

    (@surbma)

    Hi lenitgp,

    you can always modify it with css. This is the code, that is responsible for the right alignment:

    body .gform_wrapper .gform_footer input[type=submit] {
        float: right;
    }

    So you need to overwrite it, like this:

    body .gform_wrapper .gform_footer input[type=submit] {
        float: none !important;
    }
    Thread Starter lenitgp

    (@lenitgp)

    Many thanks for the quick response.

    I added this code to the custom ccs in Divi. Unfortunately it has made no difference.

    What have I done wrong?

    Thread Starter lenitgp

    (@lenitgp)

    Resolved it by adding to style.css

    Thanks very much for your help

    Plugin Author Surbma

    (@surbma)

    I’m happy, I could help you.

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

The topic ‘Submit Button Position’ is closed to new replies.