Title: reduce the space between flags
Last modified: August 22, 2016

---

# reduce the space between flags

 *  Resolved [nastazia1](https://wordpress.org/support/users/nastazia1/)
 * (@nastazia1)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/reduce-the-space-between-flags/)
 * Hello,
    Can anyone tell me how to reduce the space between flags in the menu?
   Thank you very much.
 * [https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)

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

 *  [logobby](https://wordpress.org/support/users/logobby/)
 * (@logobby)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/reduce-the-space-between-flags/#post-5239758)
 * Hello,
 * Try to insert the following lines in your style.css of your theme.
 * .lang-item {
    padding-bottom: 10px; /*Play with the number*/ }
 * Good luck!
 *  Thread Starter [nastazia1](https://wordpress.org/support/users/nastazia1/)
 * (@nastazia1)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/reduce-the-space-between-flags/#post-5239791)
 * Hello,
    I put the code in css but there is no change.I change the code in .lang-
   item { padding-left:20px; } and its increases the space between flags. And something
   else Do you Know how to make a dropdown menu? Thank you for you help
 *  [logobby](https://wordpress.org/support/users/logobby/)
 * (@logobby)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/reduce-the-space-between-flags/#post-5239792)
 * Hi,
 * Why do you want a padding left?
    Can you send me your url of your site? If not,
   tell me if your flags are in horizontal or vertical align?
 *  Thread Starter [nastazia1](https://wordpress.org/support/users/nastazia1/)
 * (@nastazia1)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/reduce-the-space-between-flags/#post-5239793)
 * Hi,
    I resolve it! I insert in header.php this code
    - <?php pll_the_languages(array(‘show_flags’=>1,’show_names’=>0));?>
 * and in css
    .lang-item { position: relative; top: -180px; left: -200px; display:
   inline; list-style: none; float:right; margin-right:10px; } and its works fine

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

The topic ‘reduce the space between flags’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [nastazia1](https://wordpress.org/support/users/nastazia1/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/reduce-the-space-between-flags/#post-5239793)
 * Status: resolved