Hi,
those are paddings inside modules.
unfortunately almost all elements uses its own classes
So you have to use Firebug to locate them all and override.
For example, change default values for those
- Code: Select all
.box {
padding: 32px;
}
#gkSidebarRight .box {
padding: 45px !important;
}
#gkBannerLeft .box {
padding: 45px !important;
}
Change from 45px and 32px --> 15px
p.s.
Please read those two guides:
1)
http://www.gavick.com/documentation/joo ... -size-etc/2)
http://www.gavick.com/documentation/joo ... -template/