• when i create a gallery in a post for example something like this:

    [gallery link="file" columns="5" ids="2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891"]

    it make 1 column no matter what the columns number is so i get a single column of pictures which doesn’t look nice on the site.

    Other than that, it’s an excellent theme. Installed it as soon as i saw it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    Mmmm, I just checked my test site and you’re right.
    I think that you found a bug. I’m sorry about that.
    I’ll have to look into this and submit an update.

    Theme Author Christine Rondeau

    (@crondeau)

    Ok, I just looked at the theme and noticed that this CSS fixes the issue:

    .gallery-item {
    	display: inline-block;
    	padding: 2px;
    	text-align: center;
    	vertical-align: top;
    	width: 100%;
    }

    I’m going to submit an update, but it may take a while before it’s reviewed. If you want, you can add this to the bottom of your styles.css and that should fix it right away.

    Thanks for pointing this out to me. Not sure how I missed this.

    Thread Starter DeathMarine

    (@deathmarine)

    all better, thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Creating a gallery inside a post’ is closed to new replies.