Title: CSS &#8211; Layout
Last modified: August 20, 2016

---

# CSS – Layout

 *  Resolved [eximax](https://wordpress.org/support/users/eximax/)
 * (@eximax)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-layout-1/)
 * Hi,
 * Great plugin! Nice work…
 * Is it possible to make the layout in more columns?
    So it wont show as long form
   but via css styling wider?
 * [http://wordpress.org/extend/plugins/register-plus-redux/](http://wordpress.org/extend/plugins/register-plus-redux/)

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

 *  [Carol](https://wordpress.org/support/users/carolmello/)
 * (@carolmello)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-layout-1/#post-3509188)
 * Have you tried using the plugin: **WP Custom Login**?
    It works fine for me. 
   😉
 * [http://wordpress.org/extend/plugins/wp-custom-login/](http://wordpress.org/extend/plugins/wp-custom-login/)
 *  [Carol](https://wordpress.org/support/users/carolmello/)
 * (@carolmello)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-layout-1/#post-3509189)
 * … {double post – sorry}
 *  [CDadmin1](https://wordpress.org/support/users/cdadmin1/)
 * (@cdadmin1)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-layout-1/#post-3509190)
 * I too have interest in adding columns, particularly to the disclaimer, license
   agreement and privacy policy sections.
 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-layout-1/#post-3509203)
 * Each element is contained in a paragraph element, you could change the width 
   of the form, then float some of the paragraphs left. It’s a bit advanced, but
   100% doable. The real problem is that the two “original” fields, username and
   password are not contained within named paragraph elements, so they are just 
   about always going to be stacked. This discussion has lead me to try and use 
   jQuery to add an ID to these paragraphs. I’m not sure if that’s possible and 
   still have CSS applied, but I’ll give it a try.
 *  Thread Starter [eximax](https://wordpress.org/support/users/eximax/)
 * (@eximax)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-layout-1/#post-3509207)
 * Thanks for al your replies, I am diving into it…
 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-layout-1/#post-3509214)
 * OK, I don’t know how things are going for you eximax, but with the latest version
   of Redux I have used jQuery to add ID’s to the paragraph and label surround Username
   and E-mail on the Registration form. You can now specifically address them in
   Custom CSS. I created a mockup two column registration form using nothing but
   Custom CSS and it came out pretty good.
 * > [View post on imgur.com](https://imgur.com/5YEZvgP)
 * The CSS I used:
 * > #login {
   >  width: 656px; }
   > #user_login-p {
   >  float: left; margin-right: 24px; }
   > #user_email-p {
   >  float: left; }
   > #rpr_test-p {
   >  clear: both; float: left; margin-right: 24px; }
   > #rpr_test2-p {
   >  width: 287px; float: left; }
   > #invitation_code-p {
   >  clear: both; }
 *  [diesel43](https://wordpress.org/support/users/diesel43/)
 * (@diesel43)
 * [13 years ago](https://wordpress.org/support/topic/css-layout-1/#post-3509216)
 * where do you put this code
 * Regards Peter
 *  [bobby.noonan](https://wordpress.org/support/users/bobbynoonan/)
 * (@bobbynoonan)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/css-layout-1/#post-3509218)
 * ^^ same question. where would I put this code?
 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/css-layout-1/#post-3509219)
 * That’s the Registration Page Custom CSS… That CSS was specifically written for
   a single install of WordPress. WordPress for Networks would need different code,
   and actually, if I remember right, custom CSS is not an option for Register Plus
   Redux when installed under WordPress for Networks. I can’t remember why, I’ll
   look into this ASAP.

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

The topic ‘CSS – Layout’ 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/)

## Tags

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

 * 9 replies
 * 6 participants
 * Last reply from: [radiok](https://wordpress.org/support/users/radiok/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/css-layout-1/#post-3509219)
 * Status: resolved