It's on the frontpage. When the display width resolution is smaller that white space gets bigger.
Link: http://gator4199.hostgator.com/~lgt2015/
Really annoying...
Here is what I tried so far so you can see what class I am referring to:
- Code: Select all
/* Breadcrumb frontpage */
.frontpage #gkBreadcrumb {
display: none;
}
/* Annoying White Stripe */
.frontpage #gkPageContent {
padding: none;
}
#gkBottom1.gkSingleModule {
padding: 50px 0 35px;
}
This came as I disabled the module that was in that position with the quick start package.
Thank you