Title: rempro's Replies | WordPress.org

---

# rempro

  [  ](https://wordpress.org/support/users/rempro/)

 *   [Profile](https://wordpress.org/support/users/rempro/)
 *   [Topics Started](https://wordpress.org/support/users/rempro/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rempro/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rempro/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rempro/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rempro/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rempro/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Background positioning is not working properly](https://wordpress.org/support/topic/background-positioning-is-not-working-properly/)
 *  [rempro](https://wordpress.org/support/users/rempro/)
 * (@rempro)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/background-positioning-is-not-working-properly/#post-15918674)
 * For those who are strugling with this bug hereby a CSS workaround:
 *     ```
       @media screen and (max-width: 1024px) {  // for tablet
         selector div {
           background-position-x: -20px !important;
           background-position-y: 0px !important;
         }
       }
   
       @media screen and (max-width: 767px) {  // for phone
         selector div { 
           background-position-x: -120px !important;
           background-position-y: 0px !important;
         }
       }
       ```
   

Viewing 1 replies (of 1 total)