• Resolved politicske

    (@politicske)


    Hi. Could you kindly provide a function to move the GDPR checkbox above the Send Email button? Nice Plugin BTW.

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

    (@wpkube)

    Hi,

    Give this CSS a try ( can go in the Custom CSS area in the plugin settings ):

    #simple-contact-form form {
        display: flex;
        flex-direction: column;
    }
    
    #simple-contact-form fieldset {
        order: 0;
    }
    
    .scf-submit {
        order: 2;
    }
    
    .scf-confirm-checkbox {
        order: 1;
    }
    Thread Starter politicske

    (@politicske)

    Thanks. That solved it. Cheers!

    Plugin Author WPKube

    (@wpkube)

    You’re welcome.

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

The topic ‘Move GDPR Location’ is closed to new replies.