Title: Move menu down
Last modified: April 27, 2018

---

# Move menu down

 *  [watercool](https://wordpress.org/support/users/watercool/)
 * (@watercool)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/move-menu-down-3/)
 * Hi all,
 * I’m trying to move my site menu down a little bit so it’s more inline with my
   site logo on the left. I’ve been trying various CSS codes in the ‘Additional 
   CSS’ bit of the Customizer but nothing is budging it.
 * Any help would be great.

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

 *  [Farook Kholwadia](https://wordpress.org/support/users/judgerookie/)
 * (@judgerookie)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/move-menu-down-3/#post-10225601)
 * [@watercool](https://wordpress.org/support/users/watercool/)
 * if you have a link to the site, that would be fantastic, else, perhaps the html
   code containing the menu and the CSS you’re trying
 *  Thread Starter [watercool](https://wordpress.org/support/users/watercool/)
 * (@watercool)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/move-menu-down-3/#post-10225613)
 * Yeah you should be able to see what I mean if you see the site..
 * [Website Link](http://sallyhopkinson.com/)
 *  [Farook Kholwadia](https://wordpress.org/support/users/judgerookie/)
 * (@judgerookie)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/move-menu-down-3/#post-10231871)
 * [@watercool](https://wordpress.org/support/users/watercool/)
 * this is the CSS in style.css
 *     ```
       #header #ql_nav_collapse {
           padding: 0;
           display: block;
           margin: 12px 0;
           text-align: right;
       }
       ```
   
 * if you change the margin from 12px to 40px that should be closer to what you 
   are attempting.
 * you can put the below code in Additional CSS, it should work
 *     ```
       #header #ql_nav_collapse {
           padding: 0;
           display: block;
           margin: 40px 0;
           text-align: right;
       }
       ```
   

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

The topic ‘Move menu down’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Farook Kholwadia](https://wordpress.org/support/users/judgerookie/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/move-menu-down-3/#post-10231871)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
