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

    (@jolley_small)

    Its just CSS styling; easily fixable. But do whatever feels good 🙂

    Thread Starter ronthai

    (@ronthai)

    Since when is the field size of the form CSS and why would they be suddenly so long that they go across the whole browser page.

    When investigating this other new 2.3 bug, I found that the div for error codes have changed from a CSS class to a CSS ID:

    <div class="login_error"> rather than former <div id="login_error">

    I don’t know if this causes your issues, but this would break any custom styles designed for the error messages (as mine were). The #login_error style must be changed to .login_error in the css files.

    Mike

    (@jolley_small)

    ronthai – I’ve given them 100% width so they fill the sidebar – this works fine in twenty ten, but if it does not in your theme then give it a width via CSS or use the old version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Sidebar Login] This update 2.3 messed everything up’ is closed to new replies.