Title: CSS Conflicts with other plugins
Last modified: December 27, 2016

---

# CSS Conflicts with other plugins

 *  [jpurdy647](https://wordpress.org/support/users/jpurdy647/)
 * (@jpurdy647)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/css-conflicts-with-other-plugins/)
 * style-register.php lines 51-54 are missing the .reg-form-group class tag, and
   conflict with other plugins
 * Current code:
    /* Makes reg_forms fields.Sets size and field alignment.*/ .reg-
   form-group > input[type=text], input[type=email], input[type=password], input[
   type=url], input[type=tel] { width:100% !important; padding: 5px !important; 
   border:1px solid #CCCCCC !important; margin-top:5px !important; }
 * Probably should be?:
    /* Makes reg_forms fields.Sets size and field alignment.*/.
   reg-form-group > input[type=text], .reg-form-group > input[type=email], .reg-
   form-group > input[type=password], .reg-form-group > input[type=url], .reg-form-
   group > input[type=tel] { width:100% !important; padding: 5px !important; border:
   1px solid #CCCCCC !important; margin-top:5px !important; }

Viewing 1 replies (of 1 total)

 *  Plugin Author [aviplugins.com](https://wordpress.org/support/users/avimegladon/)
 * (@avimegladon)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/css-conflicts-with-other-plugins/#post-8599144)
 * I think both will do the same work.
 * If you get CSS conflict with another plugin please update the CSS as you want.

Viewing 1 replies (of 1 total)

The topic ‘CSS Conflicts with other plugins’ is closed to new replies.

 * ![](https://ps.w.org/wp-register-profile-with-shortcode/assets/icon-256x256.png?
   rev=2067431)
 * [WP Register Profile With Shortcode](https://wordpress.org/plugins/wp-register-profile-with-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-register-profile-with-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-register-profile-with-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-register-profile-with-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-register-profile-with-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-register-profile-with-shortcode/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [aviplugins.com](https://wordpress.org/support/users/avimegladon/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/css-conflicts-with-other-plugins/#post-8599144)
 * Status: not resolved