display 6 products instead of 3 on home

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
Sat Aug 03, 2013 8:55 am
Reply with quote
Report this post
by default home page displays 3 products,
if you double click the arrow for displaying other products, then it shows 6 products.

i want that by default, with no need to double click the arrow, 6 products must be shown:

anybody knows if there's an option to modify on the administrator panel or which files and how must be edited?

thanks anyone
User avatar
Expert Boarder

GK User
Sat Aug 03, 2013 9:18 am
Reply with quote
Report this post
Could You please post an url to your site where 3 products are shown?
User avatar
Moderator

GK User
Sat Aug 03, 2013 10:24 am
Reply with quote
Report this post
my site is not online yet, i'm working local.

i prefer the 6 products display layout instead of 3 products.

here: https://dl.dropboxusercontent.com/u/4395035/3.pdf you can see the 3 products layout,
here: https://dl.dropboxusercontent.com/u/4395035/6.pdf the 6.

see that the 6 is not properly displayed?

there're 3 rows instead of 2...
User avatar
Expert Boarder

GK User
Tue Aug 06, 2013 4:09 pm
Reply with quote
Report this post
Its just a guess without online access to your site, but You should use override.css and set height to max height of image to set them all in a row:
Code: Select all
.gkNspPM-ProductGallery .gkImagesWrapper > div > a {
    display: block;
    height: 200px;
}


Change height - 200px to best fit into your layout.

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


cron