Title: Align Dropdown Menu
Last modified: August 20, 2016

---

# Align Dropdown Menu

 *  Resolved [Design Locker](https://wordpress.org/support/users/design-locker/)
 * (@design-locker)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-dropdown-menu/)
 * Hello All,
 * I am having an issue aligning my dropdown menu. See [http://www.irishtravelplans.com/wip/](http://www.irishtravelplans.com/wip/)
   and hover over services on the main menu. You will see that the dropdown menu
   appears under the “r” of services.
 * I want it to appear further to the left somewhere inder the “s” of the word services
   if you know what I mean?
 * Any help much appreciated?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-dropdown-menu/#post-3602324)
 * caused by your style:
 *     ```
       .main-navigation li {
           margin: 0 1rem;
       }
       ```
   
 * possible remedy with:
 *     ```
       .main-navigation li li {
         margin-left: -1rem;
       }
       ```
   
 * be aware that older browser do not recognize ‘rem’; possibly add styles using‘
   px’ or ‘%’ as well.
 *  Thread Starter [Design Locker](https://wordpress.org/support/users/design-locker/)
 * (@design-locker)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-dropdown-menu/#post-3602347)
 * Thank you so much alchymyth, worked perfectly.
 * Just realised earlier today also about the rem issue on older browsers. Must 
   now go through all css on a few sites to rectify. Thanks for the heads up.

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

The topic ‘Align Dropdown Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwelve/4.8/screenshot.png)
 * Twenty Twelve
 * [Support Threads](https://wordpress.org/support/theme/twentytwelve/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwelve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwelve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwelve/reviews/)

## Tags

 * [dropdown menu](https://wordpress.org/support/topic-tag/dropdown-menu/)
 * [menu alignment](https://wordpress.org/support/topic-tag/menu-alignment/)
 * [twenty twelve](https://wordpress.org/support/topic-tag/twenty-twelve/)

 * 2 replies
 * 2 participants
 * Last reply from: [Design Locker](https://wordpress.org/support/users/design-locker/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/align-dropdown-menu/#post-3602347)
 * Status: resolved