Thumbnails are arranged vertical instead of horizontal

  • Posts: 2
  • Thank you received: 0
8 years 6 months ago #257168

The thumbnails under all my products are arranged vertically but I would like to have them horizontally.
Can this be configured by CSS?
Link to sample article: www.remotevision.ch/index.php/online-sho...t/188-dji-zenmuse-x3

Already added .hikashop_product_left_part { width: 100% !important; } - without any change.

Thanks for any hints.

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

  • Posts: 200
  • Thank you received: 75
8 years 6 months ago #257175

Hi,

the images are below each other because they display as block elements. You can display them horizontally by for example changing them to inline-block elements or floating them:

img.hikashop_child_image {
  display: inline-block;
}

Hope that helps.

The following user(s) said Thank You: nicolas

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

  • Posts: 2
  • Thank you received: 0
8 years 6 months ago #257186

Yes - worked. Thanks a lot!

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

Time to create page: 0.056 seconds
Powered by Kunena Forum