Title: Navigation Position Problem
Last modified: December 30, 2017

---

# Navigation Position Problem

 *  [jennielyne](https://wordpress.org/support/users/jennielyne/)
 * (@jennielyne)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/navigation-position-problem/)
 * I’ve been working on this logo issue for two days. I finally got the result I
   was looking for by setting my logo as the header background and hiding other 
   default theme elements. I changed the header height so all of the logo could 
   be seen. Now I’m having an issue with navigation bar. I can not figure out how
   to move it to the bottom of the header. Nothing I’ve found online works. Even
   Siteorgin CSS was no help.
 * Here’s the codes I’ve added so far to the additional css section.
 *     ```
       .woocommerce-active .site-header .col-full {
         background-image: url("http://itscomplicatedproductio.apps-1and1.com/wp-content/uploads/2017/12/icp-herob.png");
         background-position: center;
         background-size: cover;
         background-repeat: no-repeat;
         height: 283px;
       }
   
       .site-branding .site-title a {
         display: none;
       }
   
       .site-branding .site-description {
         display: none;
       }
   
       #woocommerce-product-search-field-0.search-field {
         display: none;
       }
   
       .widget_product_search form {
         display: none;
       }
   
       .woocommerce-active .site-header .site-header-cart a.cart-contents {
         display: none;
       }
       ```
   
 * Thanks in advance. 😀
    -  This topic was modified 8 years, 4 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnavigation-position-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kim White](https://wordpress.org/support/users/kimwhite/)
 * (@kimwhite)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/navigation-position-problem/#post-9823183)
 * If I understand correctly… You want the navigation to be UNDER the logo header
   area?
 * you need to change the float left to none in this class…
 *     ```
       .storefront-primary-navigation {
           float: none;
       }
       ```
   
 *  [Kim White](https://wordpress.org/support/users/kimwhite/)
 * (@kimwhite)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/navigation-position-problem/#post-9825796)
 * [@jennielyne](https://wordpress.org/support/users/jennielyne/) I see you have
   changed themes. It looks very nice. So you can close this ticket?

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

The topic ‘Navigation Position Problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Kim White](https://wordpress.org/support/users/kimwhite/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/navigation-position-problem/#post-9825796)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
