Title: Submenu position
Last modified: August 30, 2016

---

# Submenu position

 *  [nadimia](https://wordpress.org/support/users/nadimia/)
 * (@nadimia)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/submenu-position/)
 * Hello,
 * I have a problem with the position of the submenu items. When deployed, these
   items appear at the top of the menu, and are not aligned with the parent element
   to which it is associated.
 * You can see the problem in the website [http://aaef.es](http://aaef.es). In the
   spanish version, in the menu “Quiénes somos”, the “Portal de Transparencia” section
   has two subsections, which appear at the top, not aligned with “Portal de Transparencia”.
 * I hope you can help me. Thank you very much.
 * Nadimia.

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

 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/submenu-position/#post-6399939)
 * Hello,
 * you can try to add this code using custom css plugin:
 *     ```
       #mainnav li:hover > ul ul {
           position: inherit;
           top: -70px;
       }
       ```
   
 * not perfect but it has better position I think :p
 *  Thread Starter [nadimia](https://wordpress.org/support/users/nadimia/)
 * (@nadimia)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/submenu-position/#post-6399949)
 * Thank you!
 * It’s true that the position is not accurate, but better than before!
 * Best regards! 🙂

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

The topic ‘Submenu position’ is closed to new replies.

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

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [submenu](https://wordpress.org/support/topic-tag/submenu/)
 * [top](https://wordpress.org/support/topic-tag/top/)

 * 2 replies
 * 2 participants
 * Last reply from: [nadimia](https://wordpress.org/support/users/nadimia/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/submenu-position/#post-6399949)
 * Status: not resolved