Responsive view problem

  • Posts: 567
  • Thank you received: 11
10 years 1 month ago #211328

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.4

Dear Nicolas

We notice some problem that when we use 3 column div for content module

the space between image and product name on responsive view will be abnormal (a big blank area)

please help to provide a hotfix and patch in the next version

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

  • Posts: 84305
  • Thank you received: 13700
  • MODERATOR
10 years 1 month ago #211343

Hi,

It's not a bug.
You've configured a height of 200px for the thumbnails so that's the height that is reserved on the image area. But as your image ratio doesn't correspond to the ratio you have for the height/width of the thumbnails in the settings, you get a image which doesn't fill all the space and you're left with blank space below the thumbnails on the listing.

It has nothing to do with the number of columns you're using or whether you're using a responsive view or not. So we can't provide a hotfix or patch to that problem as that's not a problem.
It's doing what you told it to do. Reduce the height setting of the thumbnails to get the same ratio of the images, or add CSS to force the height of the area to be calculated automatically:
.hikashop_product_image, .hikashop_category_image {
height: auto !important;
}

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

Time to create page: 0.059 seconds
Powered by Kunena Forum