Closed (works as designed)
Project:
Blueprint
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2009 at 05:44 UTC
Updated:
29 Sep 2009 at 16:39 UTC
Has anyone else run into a problem with a 20px gap appearing at the top and the bottom of the page?
I've attached a screen shot as an example.
I added a
Any help appreciated, thank you!
Comments
Comment #1
briandelicata commentedIn blueprint.css under div.container you have a top and bottom margin of 1.5em. In your css file add an override:
div.container {
margin: 0 auto;
}
and it should remove the gap from the top/bottom of the container.
Comment #2
designerbrent commented