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

    (@phoenixmagoo)

    Hey man! Glad you like the plugin. I’m GUESSING that you might want to adjust the width of your thumbnails in your CSS. I know, for example, that sometimes the widths are set with a percentage instead of px width. I use this code on my site to fix the same issue I was having with twentytwelve theme:

    .gallery-item { min-width: 300px }
    .gallery .gallery-icon img {
        padding: 0 0 0 0 !important;
        border: none !important;
    }

    You may or may not need the border styles or padding. Also, the min-width should match the width of your thumbnails set in the Media section of the Dashboard. If this doesn’t work, shoot me a link to your site and I can take a look at it.

    Thread Starter richard.miller

    (@richardmiller-1)

    I’ve got that bit figured out, actually — but thanks.

    Plugin Author phoenixMagoo

    (@phoenixmagoo)

    Cool if I mark this thread as resolved?

    Thread Starter richard.miller

    (@richardmiller-1)

    Assuming that the answer to my original question is “no”, then sure. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsive numbers of columns?’ is closed to new replies.