Thumbnails

  • Posts: 121
  • Thank you received: 1
9 years 9 months ago #224253

-- url of the page with the problem -- : www.artigianidelcioccolato.it
-- HikaShop version -- : 2.6.0

Hi,
I won't to hide the thumbnail box into product page when article have only one image, I try to modificate the file in attachment and for product with one image it's ok but for product with thumbnail the view it's no correct.

Check this link:
one image: www.artigianidelcioccolato.it/shop/shop-...artufo-al-cocco.html
thumbnails: www.artigianidelcioccolato.it/hikashop-m...cchi-e-mandorle.html


Part of the message is hidden for the guests. Please log in or register to see it.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 84306
  • Thank you received: 13701
  • MODERATOR
9 years 9 months ago #224254

Hi,

The CSS of :

.product-img li img {
    width: 60px;
}
should actually be:
.product-img li img {
    width: 60px !important;
}
in your template CSS
You also want to add such CSS:
.thumbs {
    display: block;
    float: left;
}
That should already be way better.
But I would recommend you to contact your template provider for help as the issue you have with the thumbnails there come from the CSS of your template, not the default HikaShop display of the thumbnails which doesn't have these problems.

The following user(s) said Thank You: m.fontana

Please Log in or Create an account to join the conversation.

  • Posts: 121
  • Thank you received: 1
9 years 9 months ago #224318

Hi,
I found another solution without modify the css and function, check the file in attachment.

Thanks
Matteo Fontana

Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.060 seconds
Powered by Kunena Forum