• Resolved jianping cheng

    (@chengjianping)


    May I inquire if I can move the login box to the left? Can I set the background on the right side separately?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Muhammad Arslan

    (@wparslan)

    Hey @chengjianping

    You can use custom CSS for this purpose.

    Copy and paste your custom CSS code in LoginPress -> Customizer -> Custom CSS/JS -> CSS, publish and enjoy.
    Although, Moving to the left will require CSS, I am writing a snippet however do change it to your taste.

    #login{
        margin-left: 2%;
    }
    @media screen and (max-width: 767px) {
       #login{
            margin-left: auto;    
            margin-right: auto;    
        }
        
    }

    Have a nice day!

    Thread Starter jianping cheng

    (@chengjianping)

    <font _mstmutation=”1″></font>Hello, can I copy the code you sent me to scc and js to move the login box to the left?

    Thread Starter jianping cheng

    (@chengjianping)

    <font _mstmutation=”1″></font><font _mstmutation=”1″ _msttexthash=”698910017″ _msthash=”212″>我还有一个问题,就是我的网站 bjhxrm.com,我设置的管理登录网站 bjhxrm.com/cjp9217。两个登录界面不一致。这是什么原因呢?</font>

    Plugin Support Muhammad Arslan

    (@wparslan)

    Yes, @chengjianping You can copy and paste to move the login box to the left.

    Here is the documentation on how to copy and paste the code in LoginPress CSS panel => https://loginpress.pro/add-custom-css-to-wordpress-login/

    Have a nice day!

    Thread Starter jianping cheng

    (@chengjianping)

    <font _mstmutation=”1″></font>Thank you very much for your help

    Hi @chengjianping ,

    You are always welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘LoginPress’ is closed to new replies.