Images & thumbnails

  • Posts: 7
  • Thank you received: 0
10 years 7 months ago #181607

-- url of the page with the problem -- : centerofrock.com/tienda/ropa/chica/produ...miseta-esqueleto-cor
-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
-- Browser(s) name and version -- : Chrome

Good morning, Major images and thumbnails are the same size, and although I modify the values in the configuration panel, I can not differentiate. How could I fix this?

Thank you very much.

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
10 years 7 months ago #181616

Hello,
By changing the values of the "Thumbnail width/height" options through "Hikashop->System->Configuration->Main", or by using some CSS code.

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

  • Posts: 7
  • Thank you received: 0
10 years 7 months ago #181760

Thank you very much, but I've tried to change from configuration and have not succeeded and css same, how could get it to look like in this demo? demo.hikashop.com/index.php?option=com_h...64&Itemid=83&lang=en

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

  • Posts: 84077
  • Thank you received: 13627
  • MODERATOR
10 years 7 months ago #181769

Hi,

The issues comes from the CSS of your template.
Change the code:

img.hikashop_child_image {
margin: 2px;
height: 25px;
}
to:
img.hikashop_child_image {
margin: 2px;
height: 25px !important;
}
in the frontend CSS file of HikaShop that you can edit under the display tab of the configuration page of HikaShop and it will work.

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

Time to create page: 0.077 seconds
Powered by Kunena Forum