View Full Version : How can I reduce the space after the navbar?
See attached pic.
Thanks in advance.
HMBeaty
10-25-2005, 12:53 AM
AdminCP > Styles and Templates > Style Manager > Navigation / Breadcrumb Templates > Navbar > and find this code.....
<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
Above that code you should see a tag that looks like....
<br />
Delete that and you should be good to go. Hope that helps :)
Excellent thanks for that.. the part you pointed out though was for the top of the navbar, but I did find the part for the bottom part.
There's two br's there so I just removed one of them and it's perfect now :)
For those who want to know search for this in the same template:
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
Thanks again NRR! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.