Title: Position floating selector
Last modified: February 3, 2019

---

# Position floating selector

 *  Resolved [itservicefleck](https://wordpress.org/support/users/itservicefleck/)
 * (@itservicefleck)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/position-floating-selector/)
 * I wanted to adjust the position of the floating selector on the bottom left to
   36px from the bottom and used this code in the style section, but it does not
   work.
 * .gtranslate_wrapper {bottom:36px;}
 * Did I use the wrong div selector? Is the code wrong?
 * Thanks for any help
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fposition-floating-selector%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/position-floating-selector/#post-11171047)
 * Hi,
 * It should be something like this:
 * `#gtranslate_wrapper {bottom:36px !important;}`
 * Please feel free to contact our Live chat if you need help with it: [https://gtranslate.io/#contact](https://gtranslate.io/#contact)
 * Thanks! 🙂
 *  Thread Starter [itservicefleck](https://wordpress.org/support/users/itservicefleck/)
 * (@itservicefleck)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/position-floating-selector/#post-11206061)
 * Thanks edo888,
 * so I was using the right selector, only the !important was missing and I do not
   understand why I have to use the # in front of the line .. I used google, now
   I know.
 * Thanks again for your great plugin and the support!
    -  This reply was modified 7 years, 3 months ago by [itservicefleck](https://wordpress.org/support/users/itservicefleck/).
 *  Thread Starter [itservicefleck](https://wordpress.org/support/users/itservicefleck/)
 * (@itservicefleck)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/position-floating-selector/#post-11297627)
 * Hi and thanks again for your great support, but I have one more small question:
 * How can I disable the translator on mobile devices, especially smartphones?
 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/position-floating-selector/#post-11298479)
 * Hi,
 * It will be harder to distinguish between smartphones and mobile devices and requires
   PHP coding. However there is a trick in CSS, where you can detect the screen 
   resolution and hide the language selector based on that. It can be something 
   like this:
 *     ```
       @media screen and (max-width:1000px) {
           #gtranslate_wrapper {display:none;}
       }
       ```
   
 * Which tells that the language selector should be hidden for devices with resolution
   smaller than 1000 pixels wide.
 * Thanks! 🙂

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

The topic ‘Position floating selector’ is closed to new replies.

 * ![](https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917)
 * [Translate Wordpress with GTranslate](https://wordpress.org/plugins/gtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/gtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gtranslate/reviews/)

## Tags

 * [bottom](https://wordpress.org/support/topic-tag/bottom/)

 * 4 replies
 * 2 participants
 * Last reply from: [edo888](https://wordpress.org/support/users/edo888/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/position-floating-selector/#post-11298479)
 * Status: resolved