Problem with News Show Pro 5

GK User
Fri Sep 12, 2014 10:07 am
Hi,
I've problem with News Show Pro 5 on my University Template website.

Please take a look at: koba-consulting.pl and two attached images. The problem is with rows/columns of my "blue-box" information/images. As you can see sometimes everything is ok (2 rows, 5 columns) but in some cases there are some wired spaces between them. When I "zoom out" my browser view (chrome) it looks good, on standard view (100%) it looks bad. I tried to change width of template (in settings mode) but I can't find any rules how it's connected.

I've got responsive "on" in template settings,

Could you plese help me?
regards
maciek
User avatar
Fresh Boarder

GK User
Fri Sep 12, 2014 11:49 am
Could you please post an url to your sitee?
User avatar
Moderator

GK User
Fri Sep 12, 2014 2:31 pm
User avatar
Fresh Boarder

GK User
Mon Sep 15, 2014 4:50 pm
Please edit: /templates/gk_university/css/override.css and add at its end:
Code: Select all
.gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper a {
height: 300px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Sep 16, 2014 9:04 pm
I've no idea what you've done, but it works ;)

Thanks a lot!
User avatar
Fresh Boarder

GK User
Sat Sep 20, 2014 7:16 am
The provided code sets all elements to same height. As they are floated - whenever there is a element with less heights (wit hless text in it or smaller photo or anything else) - the next line elements will not form a line - one element will drop into that space - this is how float works. Now with all elements forced same size, it works fine.
User avatar
Moderator


cron