Title: Responsive?
Last modified: August 20, 2016

---

# Responsive?

 *  Resolved [mthedesigner](https://wordpress.org/support/users/mthedesigner/)
 * (@mthedesigner)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/responsive-21/)
 * I have a responsive site and was wondering if there is a way to get this plug
   in to be more responsive.
 * When it goes to the registration page, the content areas run off the page while
   on a phone or tablet…
 * Any thoughts???
 * [http://wordpress.org/extend/plugins/wp-members/](http://wordpress.org/extend/plugins/wp-members/)

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

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/responsive-21/#post-3561072)
 * Like the other question, I would start with customizing CSS. In this case, you
   may want to use wp_enqueue_scripts to load different stylesheets based on your
   needed delivery.
 * (Note: the default stylesheets mostly are not responsive as they have fixed width
   properties. A quick and dirty approach may be to just start with working on a
   custom stylesheet that does away with the fixed pixel widths.)
 * [http://rocketgeek.com/plugins/wp-members/users-guide/customizing-forms/](http://rocketgeek.com/plugins/wp-members/users-guide/customizing-forms/)
 *  Thread Starter [mthedesigner](https://wordpress.org/support/users/mthedesigner/)
 * (@mthedesigner)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/responsive-21/#post-3561141)
 * Great info on the style sheets, however, im pretty lame when it comes to editing
   code and what not… Is it pretty much copy and paste? I nervous I might jack it
   up!!! Any suggestions…?
 * Thx again!
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/responsive-21/#post-3561157)
 * I wouldn’t worry about breaking anything since WordPress best practices would
   dictate that you be testing on a test system and not a production system 😉
 * To keep it easy (and reversible), create a copy of one of the included stylesheets,
   then save that somewhere (like your theme folder). Then set that as the stylesheet
   in the plugin’s settings.
 * Now you can work on things in that stylesheet, but if you break something badly,
   you can just change the stylesheet setting for the plugin back to one of the 
   defaults.
 *  [tristanknowles](https://wordpress.org/support/users/tristanknowles/)
 * (@tristanknowles)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/responsive-21/#post-3561233)
 * Somebody better at CSS than I am may be able to suggest a cleaner way to do this,
   but what I did was just encase my custom css for smaller screens in the following:
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 550px){
 * }
 * You can create multiple instances of this for different screen sizes. I took 
   the default wp-members css file following the instructions at the link above 
   and then modified it to my liking.
 * Seems to do the trick.

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

The topic ‘Responsive?’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

## Tags

 * [resonsive](https://wordpress.org/support/topic-tag/resonsive/)

 * 4 replies
 * 3 participants
 * Last reply from: [tristanknowles](https://wordpress.org/support/users/tristanknowles/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/responsive-21/#post-3561233)
 * Status: resolved