Title: Change Floating Menu
Last modified: August 21, 2016

---

# Change Floating Menu

 *  [AleGF](https://wordpress.org/support/users/alegf/)
 * (@alegf)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/change-floating-menu/)
 * How can I make the menu be below the logo and not floating ?
 * webpage: aiche.osu.edu

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

 *  [Chrisdc1](https://wordpress.org/support/users/chrisdc1/)
 * (@chrisdc1)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/change-floating-menu/#post-5011506)
 * Normally the advice here would be to make a child theme, but as you seem to have
   your own custom theme I’m going to assume you can just edit your code directly.
 * In the file style.css find this piece of code at line 176:
 *     ```
       .menu ul
       {
       	margin: 0;
       	padding: 0;
       	list-style-type: none;
       	list-style-image: none;
       	float: right;
       	margin-top: 31px;
       }
       ```
   
 * Replace it with this:
 *     ```
       .menu ul
       {
       	margin: 0;
       	padding: 0;
       	list-style-type: none;
       	list-style-image: none;
       	float: left;
       	margin-top: 120px;
       	margin-bottom: 20px;
       }
       ```
   
 * Find the #header selector in line 132 and delete this line:
 * `border-bottom: 5px solid #990000;`
 * Your original theme author seems to have made some slightly odd choices that 
   make the theme tricky to modify, but that should work for now.
 *  Thread Starter [AleGF](https://wordpress.org/support/users/alegf/)
 * (@alegf)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/change-floating-menu/#post-5011535)
 * amazing it worked! thank you so much!
 * Is, there any way to lower the title so it doesn’t overlap with the menu?
 * aiche.osu.edu/about
 *  [Chrisdc1](https://wordpress.org/support/users/chrisdc1/)
 * (@chrisdc1)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/change-floating-menu/#post-5011536)
 * Oh yes I see the problem, find the #header selector I mentioned above and try
   changing `height: 100px` into `height: 170px` (or something like 170, adjust 
   according to what looks good to you)
 *  Thread Starter [AleGF](https://wordpress.org/support/users/alegf/)
 * (@alegf)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/change-floating-menu/#post-5011550)
 * Thank you so much, it worked ass well!
 * One last question if you have some time, I’m trying to add a new menu page (Gallery)
   but when I add this page the title “Gallery” doesn’t appear on the menu bar, 
   is there any way to fix this?
 *  [Chrisdc1](https://wordpress.org/support/users/chrisdc1/)
 * (@chrisdc1)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/change-floating-menu/#post-5011644)
 * When you create a page it doesn’t automatically appear on the menu, [you have to add it separately](http://codex.wordpress.org/Appearance_Menus_Screen#Add_Menu_Items).
   If that is it let me know if you need any further guidance.

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

The topic ‘Change Floating Menu’ is closed to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [Chrisdc1](https://wordpress.org/support/users/chrisdc1/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/change-floating-menu/#post-5011644)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
