Thumbnails moving
-
Hello
I am trying to use the plugin which is working nicely but I have an issue with the thumbnails.
I see my grid and when I go hover the first image, then the one under it move to the right … I go to second, the image move again … until end of columns.
I saw this in another post
“in nggallery.css look for -> gallery view
.ngg-gallery-thumbnail img:hover {
background-color: #A9A9A9;
}and change it to
.ngg-gallery-thumbnail img:hover {
background-color: #A9A9A9;
border:1px solid #A9A9A9;
display:block;
margin:4px 0px 4px 5px;
padding:4px;
position:relative;
}then the hovered image will have the same margin and padding like the ‘normal’ image and the following image can’t jump any more.
“But the file is not called like this, I found nextgen_basic_thumbnails.css that contains it … but when I change, there is not effect.
My firebug does not reflect the change and the css is shown with ?ver3.9…. what does it mean ?
Anyone to help please ?
Thanks
The topic ‘Thumbnails moving’ is closed to new replies.