Title: Polylang flags in header
Last modified: August 24, 2016

---

# Polylang flags in header

 *  Resolved [tipadei](https://wordpress.org/support/users/tipadei/)
 * (@tipadei)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/polylang-flags-in-header/)
 * I would like to place my polylang flags after my menu items, so to the far right.
   If I now just align them right, they are on top of the menu. Is that possible?

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

 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/polylang-flags-in-header/#post-6002609)
 * Hi,
 * Could you do that and give me the link to your site to give you CSS to correct
   its position? 🙂
 * Regards,
    Hardeep
 *  Thread Starter [tipadei](https://wordpress.org/support/users/tipadei/)
 * (@tipadei)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/polylang-flags-in-header/#post-6002611)
 * Hi,
 * Here’s the site [http://ow.ly/LuAMX](http://ow.ly/LuAMX)
 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/polylang-flags-in-header/#post-6002618)
 * Hi,
 * You haven’t added any class or ID to the UL of the Polylang so we will have to
   give it a lucky shot. Add the following CSS and hope that it won’t mess up the
   menu styling:
 *     ```
       .navbar ul {
           float: right;
           margin-top: 25px;
       }
       ```
   
 * Regards,
    Hardeep
 *  Thread Starter [tipadei](https://wordpress.org/support/users/tipadei/)
 * (@tipadei)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/polylang-flags-in-header/#post-6002630)
 * Hi,
 * I have added this to my css already, but by doing this
 * .lang-item {
    list-style: none; display: inline; align: right;
 * I tried the code you gave, but with that it just puts the flags to the left. 
   Now that I try to put the previous code back it doesn’t move them to the right
   anymore. Weird..
 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/polylang-flags-in-header/#post-6002681)
 * Hi,
 * If you had added your CSS to your style.css file then it could be an issue with
   browser cache. 🙂
 * Regards,
    Hardeep

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

The topic ‘Polylang flags in header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/polylang-flags-in-header/#post-6002681)
 * Status: resolved