not to worry, I’ve figured it out, it was actually a theme issue…
in case anyone has the same problem, here is what I did:
In style.css go to:
img {
display: block;
height: auto;
border: 0;
margin: 0;
padding: 3px 0 5px 0;
and change “display: block;” value to ‘0’ so it looks like this:
img {
display: 0;
height: auto;
border: 0;
margin: 0;
padding: 3px 0 5px 0;
..and voila! fixed! 🙂
Plugin Author
Niels
(@ndoorn)
Hi Elektra!
Maybe
display:inline-block
is a better solution then
display:0
but I am glad that you solved your problem!
Niels
Thanks for the tip, Niels! 😉
i have same problem 🙁 site link is http://nazenthermoset.com/test-2/. Can you help me?
iTouchShine, your thumbnails are appearing in a horizontal row when I had a look… unless you want the width of the thumbnail columns to be exactly under your feature image, in which case I would change 100% width of .szg-superzoomgallery to 35% (or something to your liking.
i.e.
.szg-superzoomgallery {
width: 35%
}
hope that’s helpful!
70% worked for me. Thanks 🙂
Plugin Author
Niels
(@ndoorn)
Hi iTouchShine,
Great that you got it working,
Thank you Elektra3 for helping!
Niels