Margins

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Apr 08, 2014 2:25 pm
Reply with quote
Report this post
All the margins in the template I wnt to decrease. where can i do it ?
Image

See the enlarged image here :
http://image.noelshack.com/fichiers/201 ... argins.png
User avatar
Fresh Boarder

GK User
Tue Apr 08, 2014 2:46 pm
Reply with quote
Report this post
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/
User avatar
Platinum Boarder


cron