Title: Position flags..
Last modified: December 5, 2017

---

# Position flags..

 *  Resolved [WilmaW](https://wordpress.org/support/users/wilmaw/)
 * (@wilmaw)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/position-flags/)
 * Hi,
 * I added a flag in my menu, but it appears way too high. I tried following the
   Polylang FAQ and added the following codes to my CSS child file, which didnt 
   help:
 *     ```
       #access img {
           display: inline;
       }
       ```
   
 * and
 *     ```
       .lang-item {
         display: inline;
       }
       ```
   
 * Can someone tell me what code I need to add to my child CSS editor to make the
   flags line with the menu text?
 * Best wishes,
    Wilma
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fposition-flags%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [WilmaW](https://wordpress.org/support/users/wilmaw/)
 * (@wilmaw)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/position-flags/#post-9757580)
 * Anyone? 🙁 🙁
 *  Thread Starter [WilmaW](https://wordpress.org/support/users/wilmaw/)
 * (@wilmaw)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/position-flags/#post-9757642)
 * `.menu-item a img { vertical-align: middle; }` also doesn’t work
 *  Thread Starter [WilmaW](https://wordpress.org/support/users/wilmaw/)
 * (@wilmaw)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/position-flags/#post-9776317)
 * Can PLEASE someone help me?
 *  Thread Starter [WilmaW](https://wordpress.org/support/users/wilmaw/)
 * (@wilmaw)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/position-flags/#post-9791013)
 * Fixed thanks to another group. In case anyone else has this problem, add the 
   following code to your css editor/ child theme:
 *     ```
       .langitem A IMG {
       display:inline-block;
       } 
       ```
   
    -  This reply was modified 8 years, 6 months ago by [WilmaW](https://wordpress.org/support/users/wilmaw/).

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

The topic ‘Position 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/)

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [flags](https://wordpress.org/support/topic-tag/flags/)

 * 4 replies
 * 1 participant
 * Last reply from: [WilmaW](https://wordpress.org/support/users/wilmaw/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/position-flags/#post-9791013)
 * Status: resolved