• Resolved l055

    (@l055)


    Hi everyone! I’m trying to find a way to change the spacing between thumbnails from the native gallery. See my post.

    It looks like the gallery edit option doesn’t offer many features.

    Changing the column number makes it looks worse, and there aren’t any other options in Dashboard>Media.

    Any ideas? I’d like the thumbnails to be closer if possible. Thanks!

    ~Sean

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    As is often the case, CSS is the answer. You’ll need to go to Appearance… Editor. And find the following bit of code. I found that adjusting the width figure worked great. Going down to 10% was too small, but there’s plenty of leeway.

    #content .gallery .gallery-item {
    float:left;
    margin-top:0;
    text-align:center;
    width:33%;
    }

    Cheers, Dave

    Thread Starter l055

    (@l055)

    Thank you Dave! That did it. I really appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I change the native galleries spacing?’ is closed to new replies.