Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @alex1belan ,

    In order to do that there is some custom CSS snippet required:

    #forminator-module-134174 .forminator-row:nth-child(2) {
    
    margin-right: 0;
    
    }
    
    #forminator-module-134174 button#forminator-submit {
    
    width: 100%;
    
    display: block;
    
    }
    
    #forminator-module-134174 #submit {
    
    display: block;
    
    }
    
    @media only screen and (min-width: 783px) {
    
    #forminator-module-134174 .forminator-row:nth-child(2) {
    
    float: left;
    
    width: calc(100% - 120px);
    
    margin-right: 10px;
    
    display: inline-block;
    
    }
    
    #forminator-module-134174 #submit {
    
    display: inline-block;
    
    }
    
    }

    Add it to Appearance -> Customize -> Addtional CSS.

    Let me know if this works for you.

    kind regards,
    Kasia

    Thread Starter alex1belan

    (@alex1belan)

    Thanks! Done but the two fields are now stacked. See here: https://sunnygainesville.com/gainesville-homes-under-250k/

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @alex1belan,

    Apologies for the delay here, your ticket, unfortunately, got missed ??

    It seems that you have removed the form from the page in question, could you create a test page with the form and share the link so we can check it out and see how to go around the field stacking issue?

    Cheers,
    Predrag

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @alex1belan ,

    It looks like you changed your form to display in a popup and you no longer need the code.
    If you do please let us know and re-open this ticket.

    kind regards,
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display Button InLine ?’ is closed to new replies.