First time poster
Looks good to me. This is the normal in dawn, thumbnail gallery below main product image.
But you should definitely look to move ahead from the zoomed image feature and transition to a slider type. Check the newer themes like horizon to see what I am talking about when it comes to the product images.
There is z-index issue. Most likely you have did custom coding or something you have used Shopify app which leads to this issue.
Can you try to disable the apps and then recheck them whether it’s fixed or not.
Hey @marleneayers
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
.product__column-sticky {
position: unset !important;
}
</style>
RESULT:
Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.
Best,
Moeed

