The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
how to remove the space at the top between logo and navbar?
(See screenshot) |
#2
|
|||
|
|||
![]()
Couple of things you can try:
AdminCP -> Style Manager -> <style> -> Main CSS Very first block ("Body CSS") - in the extra CSS attributes box, you should have a margin tag in there, eg: "margin: 5px 10px 10px 10px;" - the first number is for the top margin. Try changing this to 0 to see if that gets rid of it. If that doesn't work, go into the StyleVars section in the style and play about with the spacer/border options in there. Hopefully one of them should remove it. Thanks, Alan. |
#3
|
|||
|
|||
![]()
thank you
I tried margin: 0px 0px 0px 0px; in StyleVars Spacer Size (pixels) = 0 Outer Border Width (pixels) = 0 Table Cell Padding (pixels) = 1 with no result |
#4
|
||||
|
||||
![]()
Can we have a link to your site?
|
#5
|
|||
|
|||
![]() Quote:
Or, as Zachery suggested, post your site so we can View Source ![]() Thanks, Alan. |
#6
|
||||
|
||||
![]()
On that image attachment you don't seem to have a header being displayed and the navbar template is therefore shown at the top of your forum. You might like to check that.
However, I'd suggest that the space is a rogue <br /> in there somewhere - other than that, it's the top page margin. |
#7
|
|||
|
|||
![]()
the site is under construction
http://marokko.maroc.nu/community/ I use the delault vBulletin style, only removed this : PHP Code:
|
#8
|
||||
|
||||
![]()
I would imagine its your table padding.
|
#9
|
||||
|
||||
![]()
To get rid of that space, open up the navbar template and find:
<!-- breadcrumb, login, pm info --> Directly above that remove the <br /> |
#10
|
|||
|
|||
![]() Quote:
that helps |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|