PDA

View Full Version : Small gap between titleimage and tabs


skor
01-16-2010, 03:57 PM
I noticed that there is a small gap between the titleimage and the tabs so that the titleimage doesn't "touch" the tabs. Anyone know how I can get rid of this small gap so that the titleimage comes all the way down to the top of the tabs?

Charlie98902
01-16-2010, 04:31 PM
Header padding under stylvars change the bottom from whatever number is there to 0. Now the page background hits the navbar to fix that ..... edited templates>>>>navbar

Find:
</div><!-- closing div for above_body -->

Add under:
<div style="height: 10px;"> </div>

Change the 10px to what you want.

skor
01-16-2010, 04:44 PM
Thank you very much! Did exactly what I was looking for!

Charlie98902
01-16-2010, 04:48 PM
4.0.1 messed this up so you know and has been reported.

skor
10-02-2010, 07:03 PM
Header padding under stylvars change the bottom from whatever number is there to 0. Now the page background hits the navbar to fix that ..... edited templates>>>>navbar

Find:
</div><!-- closing div for above_body -->

Add under:
<div style="height: 10px;"> </div>

Change the 10px to what you want.

4.0.1 messed this up so you know and has been reported.

Does anyone know if there is a way to correct this? The suggested fix above doesn't seem to work anymore.

Lynne
10-02-2010, 07:12 PM
there is a 10px top margin for the .navbar class that you need to set to 0.

skor
10-02-2010, 07:16 PM
Hi thanks for the quick reply.

I was actually able to fix it by increasing the height of the background image. I had it at 100px but when I increased it to 150px, it is now flush with the navbar.