PDA

View Full Version : remove navbar but now no space


HacknSlash
01-04-2008, 01:31 PM
Hi all,

I have a very simple page and when I removed the navbar using advanced options there is no space between the module/page and and the header.

testpage to view (http://www.project-meditation.org/testvb_index.php?pageid=test)

It thought it could be the design/style as it looks like the navbar has been moved to the header.

But even in default style there is no spacing once nav bar is removed.

Where would I add a spacer? if its in the template wouldn't that include a space everywhere (even when navbar is back).

Any help would be appreciated.

Thanks

HacknSlash
01-07-2008, 01:01 PM
forgot I added a password to the test page. (its my test forum and vb rules say I have to)
But sorted now... it was the style adding the nav to the header so i just wrapped the nav with an if statement and added a space to the statement.

p.s I thought vbulletin was a php app but it didnt recognise the elseif statement so had to do 2 if staments wich seems redundent but it worked.

Our Sponsors
 

alme
06-01-2008, 10:55 AM
But sorted now... it was the style adding the nav to the header so i just wrapped the nav with an if statement and added a space to the statement

How did you do this? I'm having the same problem.

Orakk
06-12-2008, 05:03 PM
From this page worked for me on 371PL1 - http://www.vbadvanced.com/forum/showthread.php?t=15678&highlight=navbar+spacing


You disabled the navbar which has spacing in it

add to the bottom of your header template

<if condition="VBA_PORTAL">
<br />
</if>