Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author webaware

    (@webaware)

    G’day evinrisca,

    Looks like they’ve tightened things up a little in the latest cut of twentytwelve theme. The easiest fix for your site is to add this rule to your child theme’s stylesheet:

    .ngg-gallery-thumbnail-box {
        margin-right: 0;
    }

    cheers,
    Ross

    Thread Starter evinrisca

    (@evinrisca)

    Thanks for your reply Ross – but I’m afraid it hasn’t worked – any other ideas?

    Plugin Author webaware

    (@webaware)

    Looking at your page source, I see that NextGEN Gallery loads its CSS after your stylesheet. Add !important to the rule above, that should fix it!

    .ngg-gallery-thumbnail-box {
        margin-right: 0 !important;
    }

    cheers,
    Ross

    Thread Starter evinrisca

    (@evinrisca)

    That works great – thank you so much Ross.

    I could see that was the problem but didn’t know how to solve it – I must get better with my understanding of CSS.

    I’m very grateful.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Column layout gone since upgrade’ is closed to new replies.