Thumbnails too large

  • Posts: 20
  • Thank you received: 0
11 years 8 months ago #90545

Hi
1.when I switch the "layout on product page" to reversed the thumbnails become the same size as the main picture.
When set to default or inherit the thumbnails are tiny, how do I change this?

"reversed" www.luvbaby.com.au/products/product/25-i...folding-booster.html

"Inherit" www.luvbaby.com.au/products/prams/4-whee...raft-agile-plus.html

2. also how to I get rid of the word each after the price I've looked but can't find how?

Thanks

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

  • Posts: 12953
  • Thank you received: 1778
11 years 8 months ago #90573

Hi,

1. I think that you'll maybe get rid of it with some CSS code.

2. You'll just have to :
- Go to "Hikashop->System->Configuration->Languages"
- Edit your language file
- Change the line :

PER_UNIT=" each"
by :
PER_UNIT=" "

Hope this will help you.

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

  • Posts: 20
  • Thank you received: 0
11 years 8 months ago #90586

Thanks but where in the CSS code do I fix the large thumbnails, if it was in the CSS would it not be the same for both settings?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 8 months ago #90661

Hi,

The problem is that a css property seems to be applied on "div#hikashop_product_left_part img.hikashop_child_image" and not on "div#hikashop_product_right_part img.hikashop_child_image" to restrict the height.
Try to add this css property in the frontend css file in Config > Display > CSS:

div#hikashop_product_right_part img.hikashop_child_image {
    height: 65px;
    margin: 2px;
}

The following user(s) said Thank You: Mohamed Thelji

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

Time to create page: 0.085 seconds
Powered by Kunena Forum