GK Grid display problem

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Wed May 21, 2014 7:40 pm
Hello!
I have the folowing problem with GK-grid: when I'm trying to display Post with only one short word in the Bottom I Widget area - the size of the cell become shorter (look at the picture).
Gk_grid.png

How can I make normal size cell display for Posts with short titles? (curiously, but when I put Short Title Posts to GK-Grid in the MainBody Widget Area - the size of the display cells is ok)
User avatar
Fresh Boarder

GK User
Wed May 21, 2014 8:22 pm
My temporary deсision is to place the following code into the override.css:
Code: Select all
.gk-nsp-cols-1 {
   width: 400px !important;
}


Result:
Gk_grid2.png
User avatar
Fresh Boarder

GK User
Wed May 21, 2014 8:34 pm
This way is a little bit better as it defines certain GK-Grid-widget (GK-Grid-II in this context):
Code: Select all
div.gk-grid--2 .gk-nsp-art {
   width: 400px !important;
}


But I think there is a better way :)
User avatar
Fresh Boarder

GK User
Thu May 22, 2014 7:39 am
Hi,

I'll try to help you with that, but I need your website URL (could you send me a PM or post the URL here?)
User avatar
Moderator


cron