Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Andreas Pohle

    (@andreaspohle)

    Dear Stefan,

    I have solved my “problem”. Thanks to your precise advise I was able to understand and to fix it.

    Following lines I put finally in the custom css:

    #login {padding: 0}
    #login p {padding: 15px}
    #login_error {padding: 15px}
    .submit {padding: 15px !important}
    #wp-submit {box-shadow: 10px 10px 5px rgb(113,119,118)}

    Kind regards,
    Andreas

    PS: Firebug works great!

    Thread Starter Andreas Pohle

    (@andreaspohle)

    Hi Stefan,

    Thank you for taking time to explain me. As a PLC programer I agree when have to change an existing program to figure out what the previous author have had in mind with his code….

    I wrote to the custom css following lines:

    #login {padding: 0}
    #login p {padding: 15px}
    .submit {padding: 15px !important}

    The only last thing is that error messages (i.e. wrong credentials) are still at the left side shown. I tried p.message, but won′t work. There must exsist a different p-element!?

    You are invited to see the result at

    seckmauern.com/wp-login.php

    and if ypu like to use it as a reference for advertising.

    Kind regards,
    Andreas

    Thread Starter Andreas Pohle

    (@andreaspohle)

    Hi Stefan,

    I need to know the different element names to solve the problem (custom CSS works well):

    #login {padding: 0} —> removes the empty space above a message, done
    #login p {padding: 15px} —> moves all elements to the desired position, done

    But: The LOGIN-button remains at the left side. If I change the padding in the backend using the field LOGIN FORMULAR – PADDING it is affecting the button, the credential fields and the text of it. Why login# p {…} do not move also the button, but the parameter setting in the plugin does?

    Please help!

    Kind regards,
    Andreas

    Thread Starter Andreas Pohle

    (@andreaspohle)

    Hi Stefan,

    Your trick was working, thanks, but….

    The messages after logout or failure and the link to get new passwort are still sticked at the left side, no idea how to align with the input fields.

    The LOGIN-button should be also aligned (which it is) and have some distance from the password input field (where the button covers currently the shadow of the field, which is not nice).

    Thanks in advance for your prompt reply.

    Kind regards,
    Andreas

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