Product detail - change thumbnails position

  • Posts: 217
  • Thank you received: 4
10 years 7 months ago #190661

-- HikaShop version -- : 2.3.5

Hello friends,

I would like to move thumbnails in product detail from left part to right. I would like to have thumbnails under button Add to cart.
Please see attachment
Could anybody help me?

Thanks in advance
Filip

Attachments:

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 6 months ago #190688

Hi,

You can add some CSS to the frontend CSS file of HikaShop in order to do that.
For example:

#hikashop_small_image_div{
position: relative;
left: 500px;
top: -250px;
}
www.hikashop.com/support/support/documen...ize-the-display.html

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

  • Posts: 217
  • Thank you received: 4
10 years 6 months ago #190694

Thank you but it makes trouble in lower resolutions - my website is responsive
Is there any other solution?

Thank you

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 6 months ago #190699

Just add more CSS to handle lower resolutions then.
For example, something like this:
@media (max-width: 800px){
.hikashop_product_main_image_thumb, .hikashop_product_main_image {
position: auto !important;
left: 0px !important;
top: 0px !important;
}
}

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

  • Posts: 217
  • Thank you received: 4
10 years 6 months ago #190804

Thank you very much, works great!

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

Time to create page: 0.043 seconds
Powered by Kunena Forum