Title: Positioning
Last modified: August 19, 2016

---

# Positioning

 *  Resolved [joseppi04](https://wordpress.org/support/users/joseppi04/)
 * (@joseppi04)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/positioning-1/)
 * I’ve been editing this template and I removed the sub menu for categories because
   I prefer them in the sidebar, but for some reason I cannot seem to get the wrapper
   move up to where the sub menu was. I have tried verything I can think of with
   the CSS to no avail.
 * [http://thesoniczone.net/wp/](http://thesoniczone.net/wp/)
 * If anyone know what could be causing this, I would really appreciate your input.
 * Thanks in advance!

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

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/positioning-1/#post-1435724)
 * I think you need to change the height of .wpn_header at line 38 of style.css.
   Try 260px instead of 280px.
 *     ```
       .wpn_header {
       height:280px;
       margin:auto;
       position:relative;
       text-align:center;
       width:950px;
       z-index:auto;
       }
       ```
   
 *  Thread Starter [joseppi04](https://wordpress.org/support/users/joseppi04/)
 * (@joseppi04)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/positioning-1/#post-1435749)
 * That’s what I thought too, but when I tried it, it moved the menu bar up overlapping
   the banner.
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/positioning-1/#post-1435767)
 * You also need to take out ‘bottom:25px’ at line 67:
 *     ```
       .wpn_menu {
       background:url("img/menu_bg.gif") repeat scroll 0 0 transparent;
       bottom:25px;
       height:48px;
       left:0;
       list-style:none outside none;
       position:absolute;
       width:950px;
       }
       ```
   
 *  Thread Starter [joseppi04](https://wordpress.org/support/users/joseppi04/)
 * (@joseppi04)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/positioning-1/#post-1435770)
 * Thank you vtxyzzy! That did the trick.

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

The topic ‘Positioning’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [joseppi04](https://wordpress.org/support/users/joseppi04/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/positioning-1/#post-1435770)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
