For my website, I am utilizing the Foundation framework and have encountered an issue with extra white-space surrounding the entire body (referred to as the gutter). In attempting to remove this unwanted spacing, I have tried the following approaches:
- *{margin:0;padding:0;}
- body{margin:0;padding:0;}
- Obtaining a customized version of Foundation with the gutter set to 0
Unfortunately, none of these methods has proven to be successful for me. Can anyone suggest how to effectively eliminate this excess white-space?
A screenshot highlighting the area with the gutter issue in red can be viewed here.