will.pope
March 16, 2011
10:15pm
I have been playing with the advanced tab but have had no luck in removing all of the white space at the bottom of my site. I want to make it as condensed as possible.
I'm sure it is something silly that I am overlooking but it is driving me crazy haha.
Status: Resolved
Comments
9:00am
Hi Will,
Do you mean the whitespace around the "Powered by Drupal Gardens" watermark at the bottom?
Or do you mean the whitespace inside the white box on your site?
If it is the latter you can add the following code to your advanced tab to collapse the whitespace.
#content-inner .tb-height-balance {min-height: 0 !important;
}
James Elliott
Interaction Designer
Acquia, Inc
11:04am
That did it! Thanks so much!