Title: position language switcher
Last modified: August 22, 2016

---

# position language switcher

 *  Resolved [kenwkm](https://wordpress.org/support/users/kenwkm/)
 * (@kenwkm)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/position-language-switcher/)
 * I follow a post to add the following code at header.php and it shows the language
   swtcher at the left header:
 * <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Language 
   Switcher’) ) : ?><?php endif; ?>
 * How can I make it display on the right side?
 * [https://wordpress.org/plugins/multilingual-press/](https://wordpress.org/plugins/multilingual-press/)

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

 *  [fuxia](https://wordpress.org/support/users/thefuxia/)
 * (@thefuxia)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/position-language-switcher/#post-5601141)
 * Open the browser inspector (hit `Ctrl` + `Shift` + `i`), and find the `id` attribute
   of the sidebar. Then address that element in your stylesheet.
 * Let’s say the `id` is `language-switcher`, then you write in your CSS:
 *     ```
       #language-switcher {
           float: right;
       }
       ```
   
 *  Thread Starter [kenwkm](https://wordpress.org/support/users/kenwkm/)
 * (@kenwkm)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/position-language-switcher/#post-5601151)
 * my id is language-switcher, so I write the above code to my CSS but nothing change.
 *  [fuxia](https://wordpress.org/support/users/thefuxia/)
 * (@thefuxia)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/position-language-switcher/#post-5601320)
 * Please use your browser’s inspector to see which CSS rules are actually used.
   Some themes use a compressed and a normal stylesheet, changes in the normal stylesheet
   are not used then. Or there is another CSS rules with a higher importance that
   overwrites your changes.
 *  Thread Starter [kenwkm](https://wordpress.org/support/users/kenwkm/)
 * (@kenwkm)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/position-language-switcher/#post-5601338)
 * Finally figure out what you mean and it works. Thank you.
 *  [fuxia](https://wordpress.org/support/users/thefuxia/)
 * (@thefuxia)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/position-language-switcher/#post-5601339)
 * Good to read that! Thank you for the feedback, and good luck with your web site.
   🙂

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

The topic ‘position language switcher’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [fuxia](https://wordpress.org/support/users/thefuxia/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/position-language-switcher/#post-5601339)
 * Status: resolved