Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help with log-in box, please

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #163986
    Everton
    Participant

    Hello

    I have downloaded a login freebie from here Your text to link here…. I have moved the whole form to the exact centre (I hope!), meaning that the ‘Login’ tab should lean to the right of the screen, which is fine.

    My effort is here: Your text to link here…

    My Enter button has become elongated and the ‘Remember me’ has moved down a line. The only change I have made is here (for the
    tab):

    #loginContainer {
        margin-left:auto;
        margin-right:auto;
    
        font-size:12px;
        width:30%
    }
    

    and here (for the box itself):

    #loginBox {
        position:absolute;
        top:49px;
        right:443px;
        display:none;
        z-index:29;
    }
    

    How would I ensure the box is exactly in the middle and my Enter button and ‘Remember me’ represent the original, please? It seems
    they have altered as I have moved the Login box to the left.

    Thanks for any help.

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.