Title: background position switch
Last modified: March 29, 2021

---

# background position switch

 *  Resolved [futureyoon](https://wordpress.org/support/users/futureyoon/)
 * (@futureyoon)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/background-position-switch/)
 * Hi
 * is there any quick css code to switch the position of the background?
    i wish
   the background to be on the left side and the login form is on the right.
 * something like this
    [https://prnt.sc/10yzh2q](https://prnt.sc/10yzh2q)
 * Please advise.
    Thank you

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Abdul Wahab](https://wordpress.org/support/users/abdulwahab610/)
 * (@abdulwahab610)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/background-position-switch/#post-14252638)
 * Hey, [@futureyoon](https://wordpress.org/support/users/futureyoon/)
 * Here’s a CSS snippet for you.
 *     ```
       @media (min-width: 768px){
        html body.login:after{
         right: auto;
         left: 0;
        }
        html #login{
         left: 75%;
        }
       }
       ```
   
 * Hopefully, it’ll work for you. Let me know if you need any assistance.
 * Thank you.

Viewing 1 replies (of 1 total)

The topic ‘background position switch’ is closed to new replies.

 * ![](https://ps.w.org/loginpress/assets/icon-256x256.png?rev=3005027)
 * [LoginPress | wp-login Custom Login Page Customizer](https://wordpress.org/plugins/loginpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loginpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loginpress/)
 * [Active Topics](https://wordpress.org/support/plugin/loginpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loginpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loginpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Abdul Wahab](https://wordpress.org/support/users/abdulwahab610/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/background-position-switch/#post-14252638)
 * Status: resolved