white space between modules

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Tue Nov 25, 2014 9:35 pm
Hi am trying to use Top1 and Top2 in the Evvents template but there seems to be a white space appearing inbetween the templates.

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
User avatar
Fresh Boarder

GK User
Tue Nov 25, 2014 9:35 pm
User avatar
Fresh Boarder

teitbite
Fri Nov 28, 2014 10:35 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.frontpage #gkTop2 {
padding-top: 0;
}
User avatar
Moderator

GK User
Fri Dec 05, 2014 12:54 pm
Yep that worked.
Thanks.
User avatar
Fresh Boarder


cron