Increase/change height login popup

Home Forums Gillion Theme Increase/change height login popup

Home Forums Gillion Theme Increase/change height login popup

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • cato
    Participant

    Hi.

     

    I’d like to increase the height of the login popup as I’ve added an extra field and a facebook login-button. I don’t want that popup to have a scroll bar so I want to increase the height. Doesn’t look like the height is controlled in CSS, rather hard coded in some file.

     

    Could you please tell me how I can change the height of the popup (login / reigster) Thanks

    Solution for this topic

    Hi @cato,

     

    I hope you are well today and thank you for your question.

     

    You can change its height by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .lightcase-contentInner {
        height: 285px !important;
    }
    
    #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        height: 460px !important;
        max-height: 285px !important;
    }

     

    Please change the height value in the above CSS code to whatever you want to.

     

    Best regards,
    Shufflehound team

    cato
    Participant

    Thanks

    You are most welcome here 🙂

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