Title: Adjusting menu width
Last modified: August 22, 2016

---

# Adjusting menu width

 *  Resolved [Samuel0](https://wordpress.org/support/users/samuel0/)
 * (@samuel0)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adjusting-menu-width/)
 * Hello all, Thanks for your support.
    I am having a challenge with adjusting on
   my menu width to fit in all my menu items, because right now some of my items
   are overlapping to the next line and yet i want they to be on one line.
 * What i have :
    Home|About US|WOrk|Education|Population |Advantages|DisAdvantages
   |Hope
 * And this is what i wanted
    Home|About US|WOrk|Education|Population|Advantages
   |DisAdvantages|Hope
 * Thanks

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

 *  Theme Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adjusting-menu-width/#post-5343406)
 * @ Samuel0 : Share URL..
 *  [Sprytechies](https://wordpress.org/support/users/sprytechies/)
 * (@sprytechies)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adjusting-menu-width/#post-5343407)
 * Add custom css using admin panel Weblizar option
 *     ```
       .navbar-nav > li{padding:0px;}
       .navbar-default .navbar-nav > li > a{
       padding:25px 10px;}
       ```
   
 * Hope it will help you.
 *  Thread Starter [Samuel0](https://wordpress.org/support/users/samuel0/)
 * (@samuel0)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adjusting-menu-width/#post-5343422)
 * thanks a lot for your response.
    let me try it out and give u feedback
 * meanwhile @weblizer its had to share the link because its on a local host machine.
 * Thanks
 *  Thread Starter [Samuel0](https://wordpress.org/support/users/samuel0/)
 * (@samuel0)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adjusting-menu-width/#post-5343436)
 * I have tired that [@sprytechies](https://wordpress.org/support/users/sprytechies/)
   but the menu instead becomes too small when i change of the padding dimensions
   to 0px 0px because when i maintained it at 25px 10px it almost had no difference.
   
   I now thinking on how i can adjust for the logo to create for space.
 * If u could help me with the exact file, i would greatly appreciate.
 * Thanks once more.
 *  [Sprytechies](https://wordpress.org/support/users/sprytechies/)
 * (@sprytechies)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adjusting-menu-width/#post-5343442)
 * For logo div class is col-md-4 and for menu div class is col-md-8,
    you can change
   them to col-md-3 and col-md-9 in header.php or for you can add custom css for
   that
 *     ```
       #header .container-fluid .col-md-4{width: 25%;}
       #header .container-fluid .col-md-8{width: 75%;}
       ```
   
 *  Thread Starter [Samuel0](https://wordpress.org/support/users/samuel0/)
 * (@samuel0)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adjusting-menu-width/#post-5343538)
 * Thanks so so much for your help, [@sprytechies](https://wordpress.org/support/users/sprytechies/).
 * I has worked for me so well.
 *  Theme Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/adjusting-menu-width/#post-5343704)
 * @ Sprytechies : Thanks for supporting here.
 * Thanks all 🙂

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

The topic ‘Adjusting menu width’ is closed to new replies.

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

 * 7 replies
 * 3 participants
 * Last reply from: [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/adjusting-menu-width/#post-5343704)
 * Status: resolved