Reduce blank space above and under Bottom Widget

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Mon Dec 28, 2015 5:02 pm
Hi all,

could you please check this site (as an example true for the whole website):
http://mathis-nitschke.com/wp/en/creative-services/

Can yu tell me, how I can remove the white space above and beneath the "Further projects" widget down near the bottom?
All the best from Munich,
- Mathis
User avatar
Expert Boarder

GK User
Tue Dec 29, 2015 9:14 am
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
#gk-mainbody {
   margin-bottom: 0;
}
#gk-social-api {
   margin: 0;
   padding: 0;
}
.page #gk-bottom3 {
   padding-bottom: 0;
   margin-bottom: -30px;
}
User avatar
Moderator

GK User
Tue Dec 29, 2015 8:18 pm
that worked beautifully, thank you!
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.