Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘[SOLVED]Nextgen widget images’ is closed to new replies.
Hi,
I have this strange issue with the Nextgen widget. When you open the frontpage, all the images are properly aligned but with mouse over they move underneath each other. I can’t seem to find the reason why. I tried to put them in a section element with fixed height, tried this CSS:
#top .ngg-widget img {
border: 1px solid #A9A9A9!important;
margin: 0px 0px 10px 0px!important;
max-width:230px!important;
height:140px!important;
}
.ngg-widget a {max-width:230px!important;}
But no luck so far. Any tips on how to solve this?
Cheers,
Steven
Hey steviger,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.ngg-widget a {
display: inline-block!important;
}
Best regards,
Yigit
WOW! That’s quick! As always, you guys are the best! Works.
Cheers,
Steven