Viewing 5 replies - 1 through 5 (of 5 total)
  • The usual way to center uses margin: 0 auto;

    So this code from your site sort of works but seems a bit messy:

    body.login div#login h1 a {
        background-image: url("http://www.foodandbeveragetrainer.com/wp-content/uploads/2015/05/logo-fbt-offical-resolution-300-.png") !important;
        width: 320px !important;
        height: 180px !important;
        background-size: 320px 180px !important;
        margin: 0 auto; /* added */
    }
    Thread Starter UrsulaD

    (@ursulad)

    Thanks Rdell its fixed.

    Can I trouble you for the css code to adjust the recatcha box so that it is inline with the rest of the fields.
    Also if possible I would like it to sit under the sign me up for the lastest updates and not above it.

    Many thanks

    Recaptcha is left-aligned with fields already? Maybe you have a cache refresh issue?

    You can start to adjust with:

    #I0_1433332122522 {
        position: relative;
        top: 20px;
        clear: none;
    }
    #mc4wp-checkbox {
        position: relative;
        top: -90px;
    }

    The captcha box sits in an iframe. There’s probably a cleaner solution but this will give you what you want short-term.

    Changing register to subscribe needs javascript, but read this

    You’re trying to change the value defined in your plugin:
    <input name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Register" type="submit">

    Thread Starter UrsulaD

    (@ursulad)

    Hi Redell,

    Many thanks for your assistance.

    I just tried the CSS code for the recaptcha but it does not want to move only the checked box. So I just moved it a little down so it was not right on the recaptcha.

    The recaptcha is aligned with the left fields but I would like the right side to be inlined also. From memory I put 450px width for the fields.

    I had a look where I could put the code for the register plugin but it only allows me to modify CSS and not HTML or Java.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to center logo on registration and login pages’ is closed to new replies.