Support » Themes and Templates » [Plugin: AJAX Login] widget’s height wrong?

  • Background:
    I am using WP 2.6 and the K2 template. I use some custom CSS to increase the fontsize used in the sidebar. The result is, the Ajax Login widget does not fit the 175px specified in its CSS code anymore.

    Problem:
    The resulting problem is that the Register/ForgotPassword links are cut off and not visible to the user.

    Solution:
    My solution needs editing the al_template.php file. I recommend either removing the following code

    #al_loading, #al_login, #al_register, #al_lostPassword {
    height: 175px;
    }

    …because to me, the height specification does not seem necessary, or else to use min-height instead of height.

    Maybe the author of the Ajax Login plugin can include this fix in the next version!?

  • The topic ‘[Plugin: AJAX Login] widget’s height wrong?’ is closed to new replies.