• Hi,
    Is there a way to change the hight of the navbar.

    so I can set it to follow the text size of the menu.
    I have a menu text size of 25. and I want the navbar to be 100% width and 30 px high

    /* widht of navbar*/
    .navbar-wrapper .navbar {width:99%; float:center}

    /*hight of navbar*/
    ???????????

    thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • .navbar-inner { height: 250px}

    Adjust 250px to what you want.

    Thread Starter iamacyclist

    (@iamacyclist)

    Thanks,
    It do change the box around the menu but if I set height to e.g 10px the menu appears under the box.

    CSS code is:
    .navbar-wrapper .brand {width:100%; float:center;}
    .navbar-wrapper .navbar {width:99%; float:center}
    .navbar-inner { height: 250 px}

    Logo is 800×100 covering the top of the page.
    The navbar is underneath

    If I change the height to 350px. the menu is in the same pos. but the box is bigger.
    If I set it to e.g. 0px the box is still there but located over the menu.

    i’m having the same problem. i’m still a little new to changing the codes but i’m 99% positive i’m doing this correctly.

    i can change the 250 to whatever number and it never changes.

    This may help you:
    https://www.ads-software.com/support/topic/increase-logo-size

    Post again if it doesn’t.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change hight of the navbar’ is closed to new replies.