Title: Main Nav Header CSS code
Last modified: August 21, 2016

---

# Main Nav Header CSS code

 *  Resolved [PollyPirate](https://wordpress.org/support/users/pollypirate/)
 * (@pollypirate)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/main-nav-header-css-code-1/)
 * Hello,
 * Would someone be able to help me with the CSS code needed to move my .navbar-
   inner box. I would like it to be in a single line just above the slider in the
   header area. Also, how do I make it extend a little further to the left?
 * I would also like CSS help with changing the color of the social media icons 
   to match the font color #224273 and hover color #7EB3D3.
 * Thanks so much in advance!
 * The website I would like help with is: [http://www.grenadabluewatersailing.com/test](http://www.grenadabluewatersailing.com/test)

Viewing 1 replies (of 1 total)

 *  Thread Starter [PollyPirate](https://wordpress.org/support/users/pollypirate/)
 * (@pollypirate)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/main-nav-header-css-code-1/#post-4173755)
 * Just used this snippet:
 *     ```
       .brand.span3 {
       float:          none;
       margin:         auto !important;
       }
       .navbar-wrapper.clearfix.span9 {
       float:          none;
       margin:         0 auto;
       width:          90%;
       }
       ```
   
 * and it has worked – thank you!

Viewing 1 replies (of 1 total)

The topic ‘Main Nav Header CSS code’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [PollyPirate](https://wordpress.org/support/users/pollypirate/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/main-nav-header-css-code-1/#post-4173755)
 * Status: resolved