Title: Floating language selection
Last modified: July 30, 2018

---

# Floating language selection

 *  Resolved [fjaereide](https://wordpress.org/support/users/fjaereide/)
 * (@fjaereide)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/floating-language-selection/)
 * Hi guys,
    Ones again thank you for this nice plugin. The Floating language icon
   is covering some part in footer in mobile view. Is there a way to #1 move this
   floating in the middle and on the right edge of the web pages and or #2 hide 
   this icon in mobile view
 * thanks a lot for the support.
    🙂

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

 *  Plugin Author [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * (@raster02)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/floating-language-selection/#post-10539837)
 * Hello [@fjaereide](https://wordpress.org/support/users/fjaereide/),
 * The floaters location can also be changed, but if you wish to hide the flags 
   on mobile phones add this piece of CSS to your website:
 *     ```
       @media only screen and (max-width: 600px) {
           #trp-floater-ls .trp-with-flags .trp-flag-image {
               display: none;
           }
       }
       ```
   
 * This can be added by going to Customize -> Appearance -> Custom CSS.
 * Let me know if this worked !
 * Regards.
    -  This reply was modified 7 years, 10 months ago by [Georgian Cocora](https://wordpress.org/support/users/raster02/).
 *  Thread Starter [fjaereide](https://wordpress.org/support/users/fjaereide/)
 * (@fjaereide)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/floating-language-selection/#post-10539872)
 * Thanks Georgian,
    That works for the flag but not for the language like EN or
   ES some are still shown in mobile. I prefer the option to move the whole floater
   to right site, center of page Have you CSS for that please? Thank you for your
   Support
 *  Plugin Author [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * (@raster02)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/floating-language-selection/#post-10544072)
 * Hello [@fjaereide](https://wordpress.org/support/users/fjaereide/),
 * I thought you wanted to only hide the flags. You can change my previous code 
   to this to hide the whole switcher when the user is browsing on mobile phones:
 *     ```
       @media only screen and (max-width: 600px) {
           #trp-floater-ls {
               display: none;
           }
       }
       ```
   
 * Regards.

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

The topic ‘Floating language selection’ 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/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [floating icon](https://wordpress.org/support/topic-tag/floating-icon/)

 * 3 replies
 * 2 participants
 * Last reply from: [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/floating-language-selection/#post-10544072)
 * Status: resolved