Here is what my current CSS override looks like:
- Code: Select all
#gkTop1 .box {
clear: both!important;
width: 100%!important;
}
.gk-venue > dl {
border-left: 1px solid rgba(240, 98, 146, 0);
}
Any ideas on how to remove this whitespace?
Thanks
A
#gkTop1 .box {
clear: both!important;
width: 100%!important;
}
.gk-venue > dl {
border-left: 1px solid rgba(240, 98, 146, 0);
}
.frontpage #gkTop2 {
padding-top: 0;
}