• Resolved ennovator

    (@ennovator)


    How do I edit the padding for the login area if it doesn’t work in the customizer?

    I tried using the inspector in Chrome and then adding styles to my stylesheet but that doesn’t work as the login styles seem to be inlined from another file somewhere in Loginpress.

    Is there a way I can make edits to the padding for the login form using CSS?

Viewing 1 replies (of 1 total)
  • Zainab Afaq

    (@wpzainab)

    Hi @ennovator ,

    You can override these settings with custom CSS: https://loginpress.pro/doc/css-js/
    Do know that the fix of these settings is coming soon and these settings will work so you don’t have to use the custom settings after that.
    In the meantime, place the custom CSS in LoginPress -> Customizer -> Custom CSS/JS and paste the following code.

    #loginform{
    padding: 20px !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Padding Issue That Can’t Edit Using Customizer For Mobile’ is closed to new replies.