Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #652229

    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

    #652240

    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

    #652249

    WOW! That’s quick! As always, you guys are the best! Works.

    Cheers,

    Steven

    #652253

    Hey!

    You are welcome, we are always happy to help :)
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘[SOLVED]Nextgen widget images’ is closed to new replies.