Question

I am able to do it vertically but how can I get it over the image? Magento 2.3.4

gallery

Thanks.

Was it helpful?

Solution

You can do this with position: absolute; - https://developer.mozilla.org/en-US/docs/Web/CSS/position

  1. Ensure there is a parent for both the gallery and the thumbnails
  2. Set the parent's position to relative;
  3. Set the thumbnails position to absolute and then use top and left to position it where you want it.
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top