Page 1 of 1

[RESOLVED] bulletproof help required

Posted: Fri Jun 20, 2008 11:55 pm
by sonichouse
I am trying to build a theme by starting with bulletproof as my starting point.

I am struggling to kill a margin/space below the entry footer.

I have attached an example below ...
Image
For the purposes of this report I have shaded the error area in red.

I have a live link here.

An ideas chaps ?

Posted: Sat Jun 21, 2008 6:52 am
by Don Chambers
More than happy to help. Can you be a bit more specific as to what you wish do accomplish?

Posted: Sat Jun 21, 2008 11:24 am
by sonichouse
Don Chambers wrote:More than happy to help. Can you be a bit more specific as to what you wish do accomplish?
I am hoping to remove the gap between the end of the footer frame and the entry frame.

It would mean that the area that I shaded in red would be deleted, and the footer is flush with the bottom of the entry frame.

I have looked in firebug, but can't find the offending margin.


[EDIT]
Amazing what a few hours sleep can do.
Looking at this with fresh eyes I added

Code: Select all

margin: 10px 0 -7px 0;
to move the footer.
I still can't work out why it was padded though - oh well it works!.
[/EDIT]