Title: &#8220;Registration form” width issue
Last modified: February 13, 2022

---

# “Registration form” width issue

 *  Resolved [Nitin I.](https://wordpress.org/support/users/cacheout2/)
 * (@cacheout2)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/registration-form-width-issue/)
 * Hi,
 * As can be seen the width of Registration form occupying the whole page, could
   you please help me to adjust it in desktop and mobile view properly.
 * Thank you,
    -  This topic was modified 4 years, 4 months ago by [Nitin I.](https://wordpress.org/support/users/cacheout2/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fregistration-form-width-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kris – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport13/)
 * (@wpmudevsupport13)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/registration-form-width-issue/#post-15359872)
 * Hi [@cacheout2](https://wordpress.org/support/users/cacheout2/)
 * I hope you are doing good today.
 * On mobile I suggest it to leave it as it is so users could easily click on each
   field.
 * As for the desktop view, please try this code in Appearance -> Customize -> Additional
   CSS:
    `#forminator-module-951 {width:60%; margin:0 auto;}`
 * Kind Regards,
    Kris
 *  Thread Starter [Nitin I.](https://wordpress.org/support/users/cacheout2/)
 * (@cacheout2)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/registration-form-width-issue/#post-15360044)
 * Hi Kris,
 * Thank you for your support. But I am not seeing any change in its view after 
   applying this code. Please suggest.
 * Thank you,
 *  Thread Starter [Nitin I.](https://wordpress.org/support/users/cacheout2/)
 * (@cacheout2)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/registration-form-width-issue/#post-15360052)
 * Or is it that it will take some time to changes take place, may be due to server
   issue.
 *  Thread Starter [Nitin I.](https://wordpress.org/support/users/cacheout2/)
 * (@cacheout2)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/registration-form-width-issue/#post-15360095)
 * Yes Kris,
 * I was right, I am seeing a good change after a while, may be server took time
   to reflect it. I am seeing it has shrunk in mobile view too. I thought it wont
   affect the mobile view.
 * Also can you help me in bringing down the “Personal Details” section title a 
   bit. It appearing not in sync.
 * Thank you,
    -  This reply was modified 4 years, 3 months ago by [Nitin I.](https://wordpress.org/support/users/cacheout2/).
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/registration-form-width-issue/#post-15360741)
 * Hi [@cacheout2](https://wordpress.org/support/users/cacheout2/)
 * Sometimes it is necessary to clear all caches including the browser cache.
 * > I thought it wont affect the mobile view.
 * You can replace the first code and use this instead:
 *     ```
       /** Desktop only */
       @media only screen and (min-width: 991px) {
           #forminator-module-951 {width:60%; margin:0 auto;}
       }
       ```
   
 * > Also can you help me in bringing down the “Personal Details” section title 
   > a bit. It appearing not in sync.
 * It seems there is a border causing some issue: [https://monosnap.com/file/vFi9B7QHfH6MCRQqkOXoCilvmJNr8t](https://monosnap.com/file/vFi9B7QHfH6MCRQqkOXoCilvmJNr8t)
 * We can remove it using:
 *     ```
       #forminator-module-951 .forminator-border{
           display: none;
       }
       ```
   
 * Best Regards
    Patrick Freitas
 *  Thread Starter [Nitin I.](https://wordpress.org/support/users/cacheout2/)
 * (@cacheout2)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/registration-form-width-issue/#post-15364335)
 * Hi Patrick – WPMU DEV Support,
 * Thank you for your support, both things worked.
 * Thank you,

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

The topic ‘“Registration form” width issue’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Nitin I.](https://wordpress.org/support/users/cacheout2/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/registration-form-width-issue/#post-15364335)
 * Status: resolved