Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hey, Enric!

    Simply add the following CSS snippet into LoginPress > Customizer > Custom CSS/JS > Custom CSS section. Helping doc.

    #login{
        box-shadow: none;
    }

    It’ll work for you. Let me know is it work or not.

    Looking forward.

    Thread Starter kike0128

    (@kike0128)

    Hi Abdul

    box-shadow???

    This code does not work for my problem.
    I apologize if I have not expressed myself well in English
    The problem is in the adaptation of the size of the Login form on tablets
    I attach a small video where you can see the Login form as it looks on the tablet screen-

    VIDEO

    Thanks
    Enric

    Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hey, Enric!

    Thanks for explanation. Remove the previous CSS code from custsomizer and add it instead.

    @media screen and (max-width: 767px){
        #login {
            width: 100% !important;
        }
    }

    It’ll work on Mobile/Tablet as well.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Width adjustment on tablets’ is closed to new replies.