• Resolved Oxygen89

    (@oxygen89)


    Hi All,

    I’m facing padding issues in nav menu as well as in dropdown. Could anyone suggest a solution to this, so that, my nav menu as well as dropdown looks ok.

    Site

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you read the Navbar Guide?

    Again, I’m not sure of what you want. You might increase padding between menuitems, you might want to shrink the width of the Navbar Box?

    Thread Starter Oxygen89

    (@oxygen89)

    i need to shrink the width and height of nav bar box. Plus, if i ask you is there any issue in padding the menu items or in dropdown, what will you say.

    My client has raised issues regarding it.

    So, just need your help for the same.

    Control width/height using:

    .navbar .navbar-inner {
      max-height: 30px; /* Adjust */
      position: relative;
      top: 20px; /* Adjust */
      width: 60%; /* Adjust */
    }
    .navbar nav (
    position: relative;
    top: -30px; /* Adjust */
    }

    Thread Starter Oxygen89

    (@oxygen89)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Padding issues in nav menu as well as dropdown’ is closed to new replies.