Title: Registration Form Width
Last modified: November 5, 2021

---

# Registration Form Width

 *  Resolved [conradmaisog](https://wordpress.org/support/users/conradmaisog/)
 * (@conradmaisog)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/registration-form-width/)
 * I just want to know what custom CSS to use in order to extend the width of the
   form.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fregistration-form-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [wp.insider](https://wordpress.org/support/users/wpinsider-1/)
 * (@wpinsider-1)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/registration-form-width/#post-15045722)
 * The form looks wide enough already. I think you want the fields to be wider within
   the form maybe?
 * You can target the individual fields using CSS and increase their width. For 
   example: the following will increase the width of the first name field:
 *     ```
       #_firstName {
           width: 800px;
       }
       ```
   
 *  Thread Starter [conradmaisog](https://wordpress.org/support/users/conradmaisog/)
 * (@conradmaisog)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/registration-form-width/#post-15050918)
 * thanks for the reply. solved it already. last question, can I change the words
   on the creative tab page or any of the text on the shortcode [AffiliatesHome].
   thank you
 *  Plugin Author [affmngr](https://wordpress.org/support/users/affmngr/)
 * (@affmngr)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/registration-form-width/#post-15053408)
 * [@conradmaisog](https://wordpress.org/support/users/conradmaisog/), You can either
   edit the “affiliate_creative_list.php” file (/wp-content/plugins/affiliates-manager/
   html) or customize the language file: [https://wpaffiliatemanager.com/how-to-customize-various-text-messages-displayed-by-affiliates-manager/](https://wpaffiliatemanager.com/how-to-customize-various-text-messages-displayed-by-affiliates-manager/)

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

The topic ‘Registration Form Width’ is closed to new replies.

 * ![](https://ps.w.org/affiliates-manager/assets/icon-128x128.png?rev=981249)
 * [Affiliates Manager](https://wordpress.org/plugins/affiliates-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/affiliates-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/affiliates-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/affiliates-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/affiliates-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/affiliates-manager/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [affmngr](https://wordpress.org/support/users/affmngr/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/registration-form-width/#post-15053408)
 * Status: resolved