• Hi,

    I like the plugin, but I have 1 question I haven’t been able o solve myself. I want the login fields less wide because I put the plugin in in a side column, that is only 140 px wide. I tried to make changes in the pw-login-widget.css (see below) but with no succes.
    as you problably guessed I’m not an expert in HTML, CSS or javascript, but I usually get somewher with trial and error.
    Can anyone explain to me how to shorten the login fields?

    Thanks in andvance.

    .sp_aside{

    display: inline-block;
    width: 20%%;
    min-width: 130px;
    float: right;
    margin-right: 0px;

    https://www.ads-software.com/plugins/nice-login-register-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sgPlanwize

    (@sgplanwize)

    Hi lang darm,

    This widget doesn’t have any css width rule predefined. The width width defined by his parent which is your sidebar theme width.
    If you still want to reduce the login widget width you need to modify the .sp-main-div selector.

    Thread Starter lange darm

    (@lange-darm)

    Thanx sgPlanwize,

    I adjusted the width of the sidebar block and it’s fine now, but what I really wanted is to shorten the login fields “username” and “Password”. The Passwords used are no longer than say 10 digits, but the fields provide for much longer entries and the “container” for the username was wider than my sidebar block. I want to correct the width of the containers without having to widen the sidebar block (and consequently narrowing the main content block).

    Is that possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing width of username and password fields’ is closed to new replies.