• Resolved Francis

    (@emolotel)


    Hello
    using containers control (fieldset) set on two columns, if I tick Hide Field From Public Page the position of the form skips the staff.
    how can i fix it?

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

    (@codepeople)

    Hello @emolotel

    If the there are two fields side by side, and you hide the field at left, the second field would be displaced at left. If you want about this happen a possibility would be to include the style definition below, into the “Customize Form Design” attribute in the “Form Settings” tab:

    
    #fbuilder .column2:nth-child(even){float:right;}
    

    Best regards.

    Thread Starter Francis

    (@emolotel)

    does not work

    Plugin Author codepeople

    (@codepeople)

    Hello @emolotel

    Please, indicate the URL to the page where the form is inserted, and what I need to do to replicate the process.

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hello @emolotel

    As you don’t have provided the URL to the page where the form is inserted, I assume you’ve found the solution to your issue. I’ll proceed to mark this thread as resolved.

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘using containers’ is closed to new replies.