Thanks. I tried the YITH plugin, but it distorts the layout. I am using the thumbnails on the left setting (compact i guess) – and the plugin forces the gallery thumbnails to come in bottom (increased in size). I saw some of your old comments and tried this css fix:
.yith_magnifier_mousetrap {
z-index: 10;
}
.yith_magnifier_zoom_magnifier {
z-index: 9;
}
But these also does not seems to help. Any advice?