home page modules positions

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Dec 28, 2013 12:51 pm
Reply with quote
Report this post
In homepage how can I narrow the gaps between the modules positions?
User avatar
Fresh Boarder

GK User
Sat Dec 28, 2013 1:42 pm
Reply with quote
Report this post
Hi,
Each module position has it own paddings, for example for bottoms

Code: Select all
.frontpage.dark-bottom .gkDarkBottom + #gkBottom1 {
    padding: 0 0 30 px; }

 #gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4 {
    padding: 30px 0;
}
User avatar
Platinum Boarder

GK User
Sat Dec 28, 2013 1:44 pm
Reply with quote
Report this post
For header
Code: Select all
#gkHeader { margin-bottom: 20px; }

I suggest to use Firebug tool to check them all.

p.s.
Custom CSS: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder


cron