Title: Language Switch Broken
Last modified: March 1, 2021

---

# Language Switch Broken

 *  Resolved [skhan81](https://wordpress.org/support/users/skhan81/)
 * (@skhan81)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/language-switch-broken/)
 * I’ve been having this problem for a while. I’m trying to change the location 
   of the language switch from top left to top right on mobile. And nothing is working.
   I tried enabling the said features in the advanced section from some of the posted
   topics here but nothing is working.
 * In it’s current location the switch is covering part of my logo and this looks
   really bad. Please let me know how to fix this issue.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flanguage-switch-broken%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [skhan81](https://wordpress.org/support/users/skhan81/)
 * (@skhan81)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/language-switch-broken/#post-14114493)
 * Actually now on the desktop version it’s showing on the top right but in the 
   mobile version it’s showing on top left and in the middle on tablet. What is 
   going on? Why is there no consistency?
 *  Plugin Support [Alex](https://wordpress.org/support/users/alexcozmoslabs/)
 * (@alexcozmoslabs)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/language-switch-broken/#post-14115007)
 * Hi,
 * You can change the position of the floating language switcher using a bit of 
   CSS and restrict them according to the number of pixels. Here is an example:
 *     ```
       @media screen and (max-width: 500px) {
           #trp-floater-ls {
               left: 10%;
               top: auto;
               bottom: 0;
               border-radius: 5px 5px 0 0;
           }
       } 
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Language Switch Broken’ is closed to new replies.

 * ![](https://ps.w.org/translatepress-multilingual/assets/icon.svg?rev=3166541)
 * [TranslatePress - Translate Multilingual sites with AI Translation](https://wordpress.org/plugins/translatepress-multilingual/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/translatepress-multilingual/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/translatepress-multilingual/)
 * [Active Topics](https://wordpress.org/support/plugin/translatepress-multilingual/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/translatepress-multilingual/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/translatepress-multilingual/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Alex](https://wordpress.org/support/users/alexcozmoslabs/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/language-switch-broken/#post-14115007)
 * Status: resolved