Title: Position flags in wp multisite header
Last modified: August 20, 2016

---

# Position flags in wp multisite header

 *  Resolved [johnnyRing](https://wordpress.org/support/users/johnnyring/)
 * (@johnnyring)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/)
 * Hi,
    I fear I’m not able to position the flags language in the header. I’d like
   them to appear in right side.
 * I’ve inserted if (function_exists (‘the_msls’)) the_msls () in the header, then
   I’ve tried to insert html code like explained [here](https://github.com/lloc/Multisite-Language-Switcher/wiki/Settings)
   but nothing.
 * I’ve tried to add:
    .the_msls_language_box { position: absolute; top: -70px; 
   left: 940px; } in css file: nothing
 * Then I’ve added
    img[src=”[http://b5srl.eu/wp-content/plugins/multisite-language-switcher/flags/gb.png”%5D](http://b5srl.eu/wp-content/plugins/multisite-language-switcher/flags/gb.png”%5D){
   position: relative;top: -37px;left: 651px;} img[src=”[http://b5srl.eu/wp-content/plugins/multisite-language-switcher/flags/fr.png”%5D](http://b5srl.eu/wp-content/plugins/multisite-language-switcher/flags/fr.png”%5D){
   position: relative;top: -37px;left: 655px;}
 * always in css file and the position is good, but only for native language.
    that
   is, for en.mysite.eu and fr.mysite.eu nothing changed.
 * Can you help me, please?
    thanks a lot j.
 * [http://wordpress.org/extend/plugins/multisite-language-switcher/](http://wordpress.org/extend/plugins/multisite-language-switcher/)

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

 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/#post-3492643)
 * I’m not a Web Designer but here is a good example: [http://www.freely.de/](http://www.freely.de/)
 * Put this in the header.php
 *     ```
       <div id="language">
       <?php if ( function_exists( 'the_msls' ) ) the_msls(); ?>
       </div>
       ```
   
 * and this in the style.css of your template
 *     ```
       #language { position:absolute; top:34px; right:7px; }
       #language a { margin-left:5px; }
       ```
   
 * to have a similar output.
 *  Thread Starter [johnnyRing](https://wordpress.org/support/users/johnnyring/)
 * (@johnnyring)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/#post-3492649)
 * Thanks really a lot!
    Unfortunately it works only for native language site, not
   for the others. It’s weird but it goes in this way 🙁
 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/#post-3492650)
 * Do you made the setup in all of your sites? If yes, do you use different themes
   for your sites?
 *  Thread Starter [johnnyRing](https://wordpress.org/support/users/johnnyring/)
 * (@johnnyring)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/#post-3492651)
 * Sorry, all works fine :-), I had some cookies in the cache!
 * Seldom I’ve meet a person so kind. Thanks again for your very useful plugin and
   your amenability!
 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/#post-3492652)
 * Very good. Thanks!
 * Don’t forget to rate the plugin. 😉
 *  Thread Starter [johnnyRing](https://wordpress.org/support/users/johnnyring/)
 * (@johnnyring)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/#post-3492653)
 * Just done! 😉
 *  [Goodvalley](https://wordpress.org/support/users/goodvalley/)
 * (@goodvalley)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/#post-3492760)
 * Sorry, resolved just after the question.
 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/#post-3492762)
 * OK, very good!

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

The topic ‘Position flags in wp multisite header’ is closed to new replies.

 * ![](https://ps.w.org/multisite-language-switcher/assets/icon-256x256.png?rev=
   2793358)
 * [Multisite Language Switcher](https://wordpress.org/plugins/multisite-language-switcher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multisite-language-switcher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multisite-language-switcher/)
 * [Active Topics](https://wordpress.org/support/plugin/multisite-language-switcher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multisite-language-switcher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multisite-language-switcher/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/position-flags-in-wp-multisite-header/#post-3492762)
 * Status: resolved