Thumbnail image under main product false size

  • Posts: 2
  • Thank you received: 0
11 years 5 months ago #78769

Hi

The thumbnail images under the product main image are displaying in the same size as the main product though they are set to a size of 70 to 70 px.
also the product title does not show fully. see www.elite-leather-and-canvas.com/home/el...e-mischief-weekender

Image 7 is as it should be (image taken from an other template)


Any help is welcome

Kurt

Attachments:
Last edit: 11 years 5 months ago by kala. Reason: image info added

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

  • Posts: 2334
  • Thank you received: 403
11 years 5 months ago #78780

Hi there,

It looks like you have a css property which is overiding the height of the images with an !important attribute.
You can pass over this by modifying your frontend css from this:

div#hikashop_product_left_part img.hikashop_child_image { 
height: 75px;
margin: 2px;
}
to this:
div#hikashop_product_left_part img.hikashop_child_image { 
height: 75px !important;
margin: 2px;
}

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

  • Posts: 2
  • Thank you received: 0
11 years 5 months ago #78788

thanks so much. that works fine.

But still the product title does not show fully. should be: Karen Blixons Shopper.

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

  • Posts: 2334
  • Thank you received: 403
11 years 5 months ago #78791

That's just a css issue.
Use "inspect element" function of your browser. Your test is there but the image in the background is not rightly aligned.
White text on white background isn't very visible, just fix that by modifying your image or text position ;)

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

Time to create page: 0.071 seconds
Powered by Kunena Forum