PDA

View Full Version : How can I reduce the space after the navbar?


ADM
10-24-2005, 06:39 AM
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 :)

ADM
10-25-2005, 12:10 PM
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! :)