How to increase the height of navbar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reddyink
    Member
    • Aug 2007
    • 69
    • 4.1.x

    [Forum] How to increase the height of navbar

    Please see attachment. I am trying to increase the height of bar below the Navbar tabs and not able to figure out where to adjust this.
    Increasing text font doesn't change it and firebug says the height is 54px in .navbar but not able to locate because 54px is calculation.

    Click image for larger version

Name:	navbartab.jpg
Views:	2
Size:	87.5 KB
ID:	3720393

    Appreciate the help!
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    It is calculated, but I'm not sure you want to change the stylevar here since it will change other things also:
    height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px;

    So, just change .navbar in additional.css template:
    .navbar {height: 100px;}

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • reddyink
      Member
      • Aug 2007
      • 69
      • 4.1.x

      #3
      Originally posted by Lynne
      It is calculated, but I'm not sure you want to change the stylevar here since it will change other things also:
      height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px;

      So, just change .navbar in additional.css template:
      .navbar {height: 100px;}
      Excellent Thank you!

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...