Title: Language switcher menu alignment
Last modified: August 30, 2016

---

# Language switcher menu alignment

 *  Resolved [AartB](https://wordpress.org/support/users/aartb/)
 * (@aartb)
 * [11 years ago](https://wordpress.org/support/topic/language-switcher-menu-alignment/)
 * Hello,
 * Great plugin, thanks a lot.
    I managed to place the language switcher in the 
   menu bar. Working like a clock. One problem: the flag isn’t aligned with the 
   rest of the menu items. Is this possible thru css? I can’t seem to get it aligned.
   The url to my page is: [http://teamfortify.com/wavewind/nl/ ](http://teamfortify.com/wavewind/nl/)
 * Thanks in advance!
 * [https://wordpress.org/plugins/qtranslate-x/](https://wordpress.org/plugins/qtranslate-x/)

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

 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years ago](https://wordpress.org/support/topic/language-switcher-menu-alignment/#post-6187445)
 * [@aartb](https://wordpress.org/support/users/aartb/)
 * change
 *     ```
       element.style {
           padding-bottom: 20px;
           padding-top: 5px;
       }
       ```
   
 * to
 *     ```
       element.style {
           padding-bottom: 20px;
           padding-top: 9px;
       }
       ```
   
 *  Thread Starter [AartB](https://wordpress.org/support/users/aartb/)
 * (@aartb)
 * [11 years ago](https://wordpress.org/support/topic/language-switcher-menu-alignment/#post-6187448)
 * Thanks Gunu. Where do I add it? If I add it to custom css it doesn’t work. Do
   I have to add it somewhere in the plugin? Sry for my coding noobness
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years ago](https://wordpress.org/support/topic/language-switcher-menu-alignment/#post-6187450)
 * I think it’s already existing in your theme css –
 * maybe this?
 *     ```
       .qtranxs_language_chooser a {
       	padding-bottom: 20px;
       	padding-top: 9px;
       }
       ```
   
 *  Thread Starter [AartB](https://wordpress.org/support/users/aartb/)
 * (@aartb)
 * [11 years ago](https://wordpress.org/support/topic/language-switcher-menu-alignment/#post-6187461)
 * Hmm. Doesn’t work. Nothing changes.
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years ago](https://wordpress.org/support/topic/language-switcher-menu-alignment/#post-6187463)
 * Try this, play with the pixels
 *     ```
       .qtranxs-lang-menu{
       	padding-bottom: 20px;
       	padding-top: 9px;
       }
       ```
   
 *  Thread Starter [AartB](https://wordpress.org/support/users/aartb/)
 * (@aartb)
 * [11 years ago](https://wordpress.org/support/topic/language-switcher-menu-alignment/#post-6187548)
 * You sir, are a legend. This css worked.
 * .qtranxs-lang-menu{
    padding-bottom: 20px; padding-top: 9px; }
 * The flag is now perfectly aligned with the rest of the menu.
 * Thanks!
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years ago](https://wordpress.org/support/topic/language-switcher-menu-alignment/#post-6187563)
 * You are welcome!
 * You can review this plugin to help other people to find out the value.

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

The topic ‘Language switcher menu alignment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate-x_f9f9f9.svg)
 * [qTranslate X](https://wordpress.org/plugins/qtranslate-x/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate-x/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate-x/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate-x/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate-x/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate-x/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Gunu](https://wordpress.org/support/users/grafcom/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/language-switcher-menu-alignment/#post-6187563)
 * Status: resolved