Title: Menu positioning
Last modified: March 28, 2020

---

# Menu positioning

 *  [treefrog74](https://wordpress.org/support/users/treefrog74/)
 * (@treefrog74)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/menu-positioning-4/)
 * While I think this should be a relatively easy thing to fix, I’ve worked on it
   for hours with no luck…
 * I am new to WordPress and to web design generally, but I’m learning quickly.
 * In my Oceans WP theme I have a main nav menu in the header. But rather than have
   it vertically aligned in the center of the header, I want it to be aligned to
   the bottom. I just like the way it looks better, particularly when the menus 
   drop down.
 * Right now, I’ve cheated by using custom CSS to give the #site-navigation-wrap
   a margin-top of 60 px. It looks OK until you shrink the window, and then the 
   logo pushes the menu down.
 * Surely there must just be some way to align the text down in the element? I’m
   flummoxed.
 * Leo
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-positioning-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/menu-positioning-4/#post-12600220)
 * Hello,
 * Try to use the below code to make it work –
 *     ```
       .oceanwp-mobile-menu-icon {
           margin-top: 60px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Menu positioning’ is closed to new replies.

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

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [vertical alignment](https://wordpress.org/support/topic-tag/vertical-alignment/)

 * 1 reply
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/menu-positioning-4/#post-12600220)
 * Status: not resolved