reducing top and bottom space of the widget area bottom1

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Sat Feb 22, 2014 8:01 pm
I placed some widgets in the area „bottom 1 widgets“. As you can see in the picture below the space on the top and the bottom of this widget area is too big. I would like to reduce it a lot but I can’t find a way to do so. Could you please help me?

I am using Wordpress 3.8.1 and the latest Creativity Theme for my blog: http://www.heikoraschke.de
User avatar
Fresh Boarder

GK User
Sun Feb 23, 2014 8:02 pm
Hi,

Try to add this code into css/override.css file (first enable this option from template options -> advanced tab):

Code: Select all
#gk-bottom1 {
padding: 20px 0 0 0;
}

#gk-bottom1 .box {
margin-bottom: 10px;
}
User avatar
Moderator

GK User
Sun Feb 23, 2014 9:24 pm
Works great. Thank you very much.
User avatar
Fresh Boarder

GK User
Sat Mar 01, 2014 11:19 pm
With your great help I am now nearly finished.

Now I would like to reduce some more space. This time in the footer-area. I tried to figure out the needed stylesheet commands with no success. Could you please help me again? How can I eliminate the whole space above and below the text in the footer area and change the backgroundcolor?
User avatar
Fresh Boarder

GK User
Mon Mar 03, 2014 9:35 am
Hi,

Add this code to override.css file with your own values:

Code: Select all
#gk-footer {
    border-top-color: #ddd;
    background: #aaa;
    line-height: 35px;
}
User avatar
Moderator

GK User
Sat Mar 08, 2014 4:15 pm
Thank you very much. It works great.
User avatar
Fresh Boarder


cron