Product Page Thumbnail Gallery

Hello

i want to make the thumbs to com closer because in mobile shows only one .

Screenshot_2.png

If you want to show 2 items on mobile screen, you should do the following:

1- Clone responsive theme (if you haven't done so yet).

2- Copy the file scroller_init.tpl from /responsive/templates/common to /your_theme_name/templates/commmon

3- On line 29 replace

mobile = [479, 1];

with

mobile = [479, 2];

Clear cache and you should get two items on mobile screen.

If you want to show 2 items on mobile screen, you should do the following:

1- Clone responsive theme (if you haven't done so yet).

2- Copy the file scroller_init.tpl from /responsive/templates/common to /your_theme_name/templates/commmon

3- On line 29 replace

mobile = [479, 1];

with

mobile = [479, 2];

Clear cache and you should get two items on mobile screen.

i have make this change for store front allready . i need it for thumbnails inside product page under main image .

Then, you should change the margin/padding of the gallery. This depends on your theme. But try to add the below CSS in your theme CSS files (or in Custom CSS area in Theme Designer).

.ty-product-thumbnails__item {
    margin: 10px !important;
}

Not tested.

Then, you should change the margin/padding of the gallery. This depends on your theme. But try to add the below CSS in your theme CSS files (or in Custom CSS area in Theme Designer).

.ty-product-thumbnails__item {
    margin: 10px !important;
}

Not tested.

it moves all gallery , not the gap between them

Hello

i want to make the thumbs to com closer because in mobile shows only one .

Please share or PM me URL of your website

Please share or PM me URL of your website

www.cleverbuynow.com

Looks like you fixed the issue. Please confirm

thanks for your help , life saver ...