The distance between the areas for widgets.

February 2014 WordPress Theme
GK User
Mon Feb 24, 2014 11:28 am
Hi,

how can I change values of space between areas for widgets? For an examples:

betwen TOP WIDGETS 1 and TOP WIDGETS 2

1.JPG


MAINBODY TOP and MAINBODY

2.JPG


P.s. I'm so sorry for Paint)))
User avatar
Junior Boarder

GK User
Mon Feb 24, 2014 12:23 pm
...and how to delete free space after footer?

3.JPG
User avatar
Junior Boarder

GK User
Tue Feb 25, 2014 9:16 am
Hi,

Use this code in css/override.css file with your own values:

Code: Select all
.frontpage #gk-top1, .frontpage #gk-top2 {
padding: 80px 0;
}

.frontpage #gk-mainbody {
padding: 100px 0;
}


and for the footer:
Code: Select all
#gk-bg {
padding-bottom: 0;
}
User avatar
Moderator


cron