Remove Footer Whitespace

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Sat Aug 23, 2014 10:04 pm
There seems to be a lot of white space at the bottom of the (M) Social theme. Can you direct me to the CSS to amend / remove it, so I can tighten up the page? I have tried using Firebug and my child theme, but with no success.

Thanks,

Andrea
User avatar
Senior Boarder

GK User
Mon Aug 25, 2014 7:22 am
Add the following code into the theme’s child css files (e.g. css/override.css):

Code: Select all
#gk-footer {
   margin-bottom: 0;
}
User avatar
Moderator

GK User
Mon Aug 25, 2014 4:54 pm
Thank you!!
User avatar
Senior Boarder


cron