PDA

View Full Version : A new look for my footer - Please help


Switch3130
02-13-2010, 07:51 AM
I'm trying to pull off custom look for the footer of my board. What I got so far:

http://i48.tinypic.com/24g9c9t.png

All I have left is making the box at the bottom touch the footer (you can see the gap in the image) does anyone know the coding that I can use to make the two touch?

If a user wants to see the coding I've used so far I'll pm them it. Please help it would be appreciated.

Trip
02-13-2010, 11:01 AM
I know very little about 4.x's template system but at first glance it looks like you either have a margin/padding value above 0 somewhere or you need to define a margin/padding value of 0 possibly within your body CSS. Either that, or you have a <br /> at the end of the footer...of course that last one would be too easy.
Actually, you know it doesn't look bad with the border at the bottom either.

borbole
02-13-2010, 03:34 PM
What code are you using for the custom box?

Switch3130
02-13-2010, 10:05 PM
What code are you using for the custom box?

I can PM you the code if you want to take a further look.

borbole
02-13-2010, 11:02 PM
Sure, pm it to me, however I won''t have time to look into it for the next couple of days.

Switch3130
02-13-2010, 11:41 PM
That's fine. PM sent.

Seven Skins
02-14-2010, 07:49 PM
In the footer class you have padding-top: 5px;

Try removing the padding.

Switch3130
02-15-2010, 12:17 AM
In the footer class you have padding-top: 5px;

Try removing the padding.

Thanks for the help, but I changed it to zero and it still didn't change anything.