Nicolas, thank you for your thorough reply.
I have been testing other e-commerce solutions for Joomla, such as E-shop, J2Store and Virtuemart, all in their latest versions, but have decided to go with Hikashop 3.
This is due to your upcoming new style pack, which I see as an essential part of Hikashop. In the meantime I have tried myself to have a go at it, looking for a "clean" and mobile friendly appearance.
I have enclosed a screenshot and am pretty satisfied with it, except for the small images. I want to place them to the right of the main image (instead of below it). On full screen it works ok (see attached screenshot) but as soon as I change resolution, the images are all over the place
Now, I am certainly not a programmer, but I am familiar with less, and perhaps @media screen is the way to go. I don't know, but to get them on the right side I styled them with the following:
.hikashop_small_image_div > a {
float: left;
margin: 0 3% 3% 0;
width: 50%;
}
.hikashop_small_image_div {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-100%);
margin-right: 10%;
width: 15%;
}
But there must be a better and more "stable" solution, such as a table or something. Does anyone have a stylesheet or custom code to place the small product images on the right side of the main image?
Oh, by the way, when will the new Hikastyles be released (just approximately)?
Thank you for writing good code!