• Resolved dougienisbet

    (@dougienisbet)


    After a few experiments I think that there’s an issue with the Twenty Twenty theme when displaying galleries. I’ve tried native WP galleries and zenfolio, and different lightboxes. It seems to be the theme. Switching to another theme fixes it.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    Strictly speaking, this needs to be fixed within Twenty Twenty itself, not in Photonic.

    Add these to your stylesheet if you are using a Twenty Twenty child theme:

    .photonic-stream {
        display: block;
        margin: 1.6em auto;
    }

    If this doesn’t work, add an !important to each of the lines above this way:

    .photonic-stream {
        display: block !important;
        margin: 1.6em auto !important;
    }

    I have the same problem with Twenty Twenty One and WP 5.8 and the Gutenberg block. The settings in the block are not set correctly.

    Thread Starter dougienisbet

    (@dougienisbet)

    Thanks – that fixes it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No left margin on galleries in Twenty Twenty theme’ is closed to new replies.