Title: registration fields not full width
Last modified: April 12, 2019

---

# registration fields not full width

 *  [goranmax](https://wordpress.org/support/users/goranmax/)
 * (@goranmax)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/registration-fields-not-full-width/)
 * HEllo
    we try to ad a shortcode from a custom registration plugin into a page.
   We use Divi as to build pages on the WPOcean Shop template We have placed the
   shortcode on the page with Divi…but the registration form Fields are really smal.
   We need them to be wider….like 80% of the page. In the Settings on the page the
   Content Layout is set 100% Full width.
 * We tryed to place the shortcode in the shortcodes Shoftcode After Title.
    But
   than the fileds are 100% from left to right of the browser….to wide!.
 * Also the places in the shortcode …there is no ocean_after_page_entry where we
   would like to place them.
 * hope you can help…its urgend
 * regards
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fregistration-fields-not-full-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/registration-fields-not-full-width/#post-11422398)
 * Hello,
 * I replied to your ticket on oceanwp support. I also mention the solution here.
   Add the below code to the Customize > Custom CSS section to fix it –
 *     ```
       .et-db #et-boc .et_pb_module input select, .et-db #et-boc .et_pb_module input textarea, .et-db #et-boc .et_pb_module input.text, .et-db #et-boc .et_pb_module input.title, .et-db #et-boc .et_pb_module input[type=email], .et-db #et-boc .et_pb_module input[type=password], .et-db #et-boc .et_pb_module input[type=tel], .et-db #et-boc .et_pb_module input[type=text], #et-boc textarea, .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select {
           width: 100%;
           border: 1px solid #bbb;
       }
       .et_pb_module.et_pb_code.et_pb_code_0.ur-frontend-form {
           max-width: 80%;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘registration fields not full width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.6/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/registration-fields-not-full-width/#post-11422398)
 * Status: not resolved