• Resolved Samuel0

    (@samuel0)


    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

    (@weblizar)

    @ Samuel0 : Share URL..

    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

    (@samuel0)

    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

    (@samuel0)

    I have tired that @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.

    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

    (@samuel0)

    Thanks so so much for your help, @sprytechies.

    I has worked for me so well.

    Theme Author weblizar

    (@weblizar)

    @ 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.