Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sushismb Friend
    #149998

    Hello,

    I moved the login module to the megamenu. But now, the login box is too wide.

    I would like to know how I can adjust this.

    You can see it here http://www.coco.ph – login screen located in the megamenu beside the RSS logo.

    Thank you very much in advance!

    micrantha Friend
    #338574

    Hello,
    You could do it by adding a line infile template.css
    Look for these lines:

    /* Login Form ---*/
    #form-login-username .inputbox,
    #form-login-password .inputbox {
    font-weight: bold;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 5px center;
    }

    change to:

    /* Login Form ---*/
    #form-login-username .inputbox,
    #form-login-password .inputbox {
    font-weight: bold;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 5px center;
    width:120px;
    }

    Good luck,
    Micrantha

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  micrantha 14 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum