Title: single column form
Last modified: February 14, 2020

---

# single column form

 *  Resolved [j134](https://wordpress.org/support/users/j134/)
 * (@j134)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/single-column-form/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsingle-column-form%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/single-column-form/#post-12439852)
 * Hello [@j134](https://wordpress.org/support/users/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](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](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/single-column-form/#post-12579882)
 * Hello [@j134](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/wordpress-popup/assets/icon-256x256.gif?rev=3446944)
 * [Hustle - Email Marketing, Lead Generation, Optins, Popups](https://wordpress.org/plugins/wordpress-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popup/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/single-column-form/#post-12579882)
 * Status: resolved