• Resolved Adamtro

    (@adamtro)


    Great plugin!

    Digging through pages of forum posts I saw this brought up a couple times but couldn’t really find a thorough answer. The answer is obviously CSS-related, but how exactly do you modify the CSS (and where) to make the Login/Pass input boxes less wide?

    Right now they are too wide and are hanging over the page.

    Thanks.

    http://ww.wp.xz.cn/extend/plugins/theme-my-login/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Copy theme-my-login.css to your theme’s directory and edit it as you wish. This way, your changes will be maintained between TML upgrades.

    There’s an easy way (at least for me)
    on theme-my-login.css ( go to plugin – editor – choose theme-my-login)

    add width: 150px; after .login input so it will look like this

    .login input {
           margin: 5px 0;
           width:  150px;
    }

    It works for me
    http://propertymurah.com

    Adam,
    How did u resolve the issues? I have the same probs and not able to fix it? Can you plz help me? Any help wud be highly appreciate. Thanks

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

The topic ‘[Plugin: Theme My Login] Widget sidebar Login/Pass input box width’ is closed to new replies.