• Resolved j134

    (@j134)


    What css is needed to display title, main content, form fields, submit button all in one column and the form field labels above the field box?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @j134

    I trust you are doing well!

    The Hustle plugin, out of the box, offers 4 different layouts. Please edit the form and go to the Appearance tab. Check the available Layouts as shown in a screenshot below:
    https://monosnap.com/file/pee2CTUqn6jqntvr3KvzjHGIu7E350

    It will require a lot of custom coding to position all the content in a single column.

    Please try choosing Opt-in Focus layout. And add ing this CSS code, to Appearance > Customize > Additional CSS:

    .hustle-layout-body {
    display: inline-grid;
        width: 100%;
    }
    .hustle-layout-form {
        max-width: 800px;
    }

    Om the code, there might be some width adjustment needed. It depends on the appearance options enabled in a pop-up.

    Let us know if you have any further questions!

    Kind regards,
    Nastia

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @j134

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

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

The topic ‘single column form’ is closed to new replies.