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

    (@carolmello)

    Have you tried using the plugin: WP Custom Login?
    It works fine for me. ??

    https://www.ads-software.com/extend/plugins/wp-custom-login/

    Carol

    (@carolmello)

    … {double post – sorry}

    CDadmin1

    (@cdadmin1)

    I too have interest in adding columns, particularly to the disclaimer, license agreement and privacy policy sections.

    Plugin Author radiok

    (@radiok)

    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

    (@eximax)

    Thanks for al your replies, I am diving into it…

    Plugin Author radiok

    (@radiok)

    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

    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;
    }

    where do you put this code

    Regards Peter

    ^^ same question. where would I put this code?

    Plugin Author radiok

    (@radiok)

    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.