Title: Form Columns Not Working
Last modified: November 16, 2022

---

# Form Columns Not Working

 *  Resolved [thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * (@thunderdragon32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/)
 * I am trying to make my registration form have two columns but it is not working.
   I have even adjusted the max size

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

 *  Plugin Support [andrewshu](https://wordpress.org/support/users/andrewshu/)
 * (@andrewshu)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16203038)
 * Hello [@thunderdragon32](https://wordpress.org/support/users/thunderdragon32/),
 * Could you describe how you are trying to do this? Could you send me a screenshot
   with the registration form’s settings?
 * Thank you.
 *  Thread Starter [thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * (@thunderdragon32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16210389)
 * Here are a few screenshots of settings [@andrewshu](https://wordpress.org/support/users/andrewshu/)
   
   [https://ibb.co/X7x0DBG](https://ibb.co/X7x0DBG) [https://ibb.co/brtQGYp](https://ibb.co/brtQGYp)
   [https://ibb.co/s3M1xFm](https://ibb.co/s3M1xFm)
 *  Plugin Support [andrewshu](https://wordpress.org/support/users/andrewshu/)
 * (@andrewshu)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16210910)
 * Hi [@thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * Did you have some cache plugins on your site?
 *  Thread Starter [thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * (@thunderdragon32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16212250)
 * [@andrewshu](https://wordpress.org/support/users/andrewshu/) Yes and I have used
   them.
 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16212699)
 * [@thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * Don’t use caching with the UM pages, read this guide:
 * [https://docs.ultimatemember.com/article/1595-caching-problems](https://docs.ultimatemember.com/article/1595-caching-problems)
 *  Thread Starter [thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * (@thunderdragon32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16212936)
 * [@missveronicatv](https://wordpress.org/support/users/missveronicatv/) Once its
   disabled then what?
 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16213324)
 * [@thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * This is either a Theme or Page Builder issue.
 * Find out which one by changing your Theme to a WP default Theme like “Twenty 
   Twenty-One” and deactivate your Page Builder.
 * Looking at your old UM Support threads in this Forum I found you are using Elementor
   Page Builder.
 * Deactivate Elementor.
 * If your UM Registration Form works OK in two columns with Elementor deactivated
   you must look at the page settings in Elementor and increase page width for the
   UM Page.
    -  This reply was modified 3 years, 6 months ago by [missveronica](https://wordpress.org/support/users/missveronicatv/).
 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16217744)
 * [@thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * Yes this is a conflict between Elementor and UM.
 * You must increase the Registration page width by changing the UM script at:
 * `.../wp-content/plugins/ultimate-member/assets/dynamic_css/dynamic_global.php`
 * and change line 6 from `max-width: {$max_width};` to `max-width: 1000px;`
 *  Plugin Support [andrewshu](https://wordpress.org/support/users/andrewshu/)
 * (@andrewshu)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16229966)
 * Hi [@thunderdragon32](https://wordpress.org/support/users/thunderdragon32/),
 * This thread has been inactive for a while so we’re going to go ahead and mark
   it Resolved.
 * Please feel free to re-open this thread if any other questions come up and we’d
   be happy to help. 🙂
 * Regards
 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16233014)
 * [@thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * UPDATE
 * It’s not required to make any code changes.
 * 1. Update for each Registration Form’s right column
    in the Forms Builder the`
   Max. Width (px)` to 1000px
 * 2. Also verify that you have set:
    `UM Settings -> Appearance -> Registration
   Form -> Registration Maximum Width` to 1000px
 * [@gelieys](https://wordpress.org/support/users/gelieys/)
 * Step 1 above is missing from all examples in the documentation at
 * [https://docs.ultimatemember.com/article/122-how-to-get-registration-login-form-to-show-in-2-3-columns](https://docs.ultimatemember.com/article/122-how-to-get-registration-login-form-to-show-in-2-3-columns)
    -  This reply was modified 3 years, 6 months ago by [missveronica](https://wordpress.org/support/users/missveronicatv/).
 *  Thread Starter [thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * (@thunderdragon32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16234784)
 * [@missveronicatv](https://wordpress.org/support/users/missveronicatv/) I tired
   to change the column width to 100% and Widget Space in px to 1000px and it did
   not work. Using Elementor
 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16237539)
 * [@thunderdragon32](https://wordpress.org/support/users/thunderdragon32/)
 * Will you get two columns if you deactivate Elementor?

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

The topic ‘Form Columns Not Working’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/form-columns-not-working/#post-16237539)
 * Status: resolved