Title: Custom CSS not working
Last modified: August 21, 2016

---

# Custom CSS not working

 *  Resolved [bobby.noonan](https://wordpress.org/support/users/bobbynoonan/)
 * (@bobbynoonan)
 * [13 years ago](https://wordpress.org/support/topic/custom-css-not-working-8/)
 * hey, I have used your plugin on numerous sites ive built. I’m doing something
   a little bit differently this time, as I want to have the register form on the
   front page. It works great, however I want to tweak it a bit using custom CSS.
   As you’ll see in the picture [here](http://i39.tinypic.com/2yy7epu.png) the register
   form is a little bit too wide. I’d like to make it have this width….
 * when I put the code nothing happens:
 *     ```
       #login {
       	width: 200px;
       }
       ```
   
 * [http://wordpress.org/extend/plugins/register-plus-redux/](http://wordpress.org/extend/plugins/register-plus-redux/)

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

 *  Thread Starter [bobby.noonan](https://wordpress.org/support/users/bobbynoonan/)
 * (@bobbynoonan)
 * [13 years ago](https://wordpress.org/support/topic/custom-css-not-working-8/#post-3733233)
 * i just used 200px as a test…obviously I would use a bigger number than that
 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [13 years ago](https://wordpress.org/support/topic/custom-css-not-working-8/#post-3733239)
 * Hey Bobby, looks like you are working with WordPress for Networks, that #login
   trick only works for WordPress single installations. For WordPress for Networks
   try the following:
 *     ```
       .mu_register form {
       	width: 200px;
       }
       ```
   
 * Let me know if that works, I think it will, but it’s been a minute since I tried.
 *  Thread Starter [bobby.noonan](https://wordpress.org/support/users/bobbynoonan/)
 * (@bobbynoonan)
 * [13 years ago](https://wordpress.org/support/topic/custom-css-not-working-8/#post-3733242)
 * that was the absolute quickest response ever — and it worked! One last thing….
   what are the css codes for networks?
 * I’d like to change the size of different things (license agreement should be 
   500px, whereas First & Last Name should be 250px).
 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [13 years ago](https://wordpress.org/support/topic/custom-css-not-working-8/#post-3733249)
 * I’m not really sure off the top of my head… I usually use Developer Tools in 
   Chrome (or IE if I must) to inspect the element to get the ID. From there you
   should be able to do something like `.mu_register _id_ { width: 500px; }`.
 *  Thread Starter [bobby.noonan](https://wordpress.org/support/users/bobbynoonan/)
 * (@bobbynoonan)
 * [13 years ago](https://wordpress.org/support/topic/custom-css-not-working-8/#post-3733254)
 * thanks again

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

The topic ‘Custom CSS not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/register-plus-redux.svg)
 * [Register Plus Redux](https://wordpress.org/plugins/register-plus-redux/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/register-plus-redux/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/register-plus-redux/)
 * [Active Topics](https://wordpress.org/support/plugin/register-plus-redux/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/register-plus-redux/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/register-plus-redux/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [bobby.noonan](https://wordpress.org/support/users/bobbynoonan/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/custom-css-not-working-8/#post-3733254)
 * Status: resolved