Gap between my gkgrid and text

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Wed Aug 20, 2014 1:14 pm
i have a gap between my gkgrid and textbox. they are both within the header section. If i put the text in the header bottom there is no gap, but for my second grid to span from edge to edge i need to put all of them within the header section
User avatar
Senior Boarder

GK User
Wed Aug 20, 2014 2:16 pm
Hi,

I've sent you solution via PM, did you try my code?
User avatar
Moderator

GK User
Wed Aug 20, 2014 7:43 pm
i did try the code you provided but it does'nt seem to have work for some reason
User avatar
Senior Boarder

GK User
Thu Aug 21, 2014 6:54 am
Try to add this code into css/override.css file:

Code: Select all
#gk_grid-2 {
   margin-bottom: 0;
}


I've checked it on your website and it sets margin to 0 (between your first grid and "50 INSPIRATIONAL QUOTES FOR STARTUPS " widget).
User avatar
Moderator

GK User
Fri Sep 12, 2014 1:22 pm
i want to create a gap between "latest" and the quote bar on the home page
User avatar
Senior Boarder

GK User
Mon Sep 15, 2014 6:58 am
Please add this code into override.css file:

Code: Select all
#gk_grid-6 {
   margin-top: 40px;
}
User avatar
Moderator


cron