2 rows of products News Show Pro GK5

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Aug 27, 2013 6:54 pm
Reply with quote
Report this post
Hello, is there a way to add more than one row of products using News Show Pro GK5?

I can only find settings for columns but not rows.

The only fix I can think of is creating two or three modules and placing them in rows one after the other. Which I suppose would work but just wondering if anyone knows of an easier way.

Maybe CSS
I tried to increase the height of some elements in the hope more would flow in but it didn’t work at all.
Code: Select all
.gkNspPM-ProductGallery{
    display: block;
    height: 600px!important;
}


Many thanks


Red
User avatar
Fresh Boarder

teitbite
Thu Aug 29, 2013 4:46 pm
Reply with quote
Report this post
Hi

I have not thought about that. But there may me a way. Please prepare a page where module is configured for 8 columns. Than show me the site.
User avatar
Moderator

GK User
Fri Aug 30, 2013 10:09 am
Reply with quote
Report this post
Hello, i have created a page with 6 columns as i was aiming for 3 per row on this particular page.
http://accessible-apps.com/pcp/shop/special-offers.html

Thanks for taking a look at this.


Red
User avatar
Fresh Boarder

teitbite
Sun Sep 01, 2013 9:35 pm
Reply with quote
Report this post
Hi

Add this to css:

Code: Select all
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols6 > div {
    width: 33%;
}

.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols6 > div:nth-child(3n+4) {
    clear: both;
}
User avatar
Moderator

GK User
Mon Sep 02, 2013 9:27 am
Reply with quote
Report this post
Perfect Thank you very much.

Red
User avatar
Fresh Boarder

teitbite
Wed Sep 04, 2013 6:29 pm
Reply with quote
Report this post
Hi

Glad I could help :)
User avatar
Moderator


cron