• I don’t read code so work visually. After Dreamhost did some updates black boxes appeared, like empty spaces on the fifth line down of this page, breaking up my gallery of paintings.
    On my desktop, it’s two black boxes. On my ipad I find 4 of them.
    Can anyone figure out why they appeared? I’d sure appreciate any suggestions. Dreamhost doesn’t help with design problems. I’m using the “Work Child” theme.
    Thanks you.
    MJL

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Interesting. I’m not sure what’s causing those gaps between your gallery thumbnails.

    I recommend bringing up this issue with your theme’s author.

    If you need a quick fix, you can try add the following custom CSS to your page or site.

    
    #gallery {
        display: flex; /* Use !important if needed. */
        flex-wrap: wrap;
    }
    

    I tested this on your page and it works.

    This CSS uses the CSS3 flexbox layout. It’s a more up-to-date way of displaying grids like yours. The way your theme is displaying your gallery is a bit dated.

    How to add CSS to WordPress.

    Good luck!

    Thread Starter studiomjl

    (@studiomjl)

    Thank you Mark!
    Great suggestions. It’s beyond my knowledge but at least I have an idea of what to ask for. Now if I can just find the theme’s author. They don’t make it easy.
    Best wishes, be well.
    M

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘black boxes, empty spaces on my painting gallery’ is closed to new replies.