• Recently (before Storefront was updated to the latest version) all galleries using the WordPress Gallery Block are showing up as one column, no matter how they’re set.

    This must have coincided with an automatic WordPress core update, because it was noticed one day and not directly tied to happening after an update. It happened some time in October or early November.

    It doesn’t seem to be an issue on the site if using other themes, just Storefront.

    I’ve tried disabling all plugins and commenting out all custom CSS, but it doesn’t fix any of the Gallery Blocks. They’re still one column, left-justified.

    I’ve tried adding a new Gallery Block, but get the same result, no matter what I make the settings in terms of number of columns, alignment, etc.

    Currently updated to the latest Storefront theme and WordPress versions.

    Wordpress: 6.1.1
    Storefront: 4.2.0

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

Viewing 1 replies (of 1 total)
  • Saif

    (@babylon1999)

    Hello @petersenlloyd,

    I remember tackling another thread with the same problem but I’m not able to replicate the issue, again.


    Link to image: https://d.pr/i/gkZubU

    As a temporary workaround, please remove any CSS or changes you made and add the following CSS in Appearances > Customise > Additional CSS.

    /* Fix gallery block*/
    .hentry .entry-content .wp-block-gallery {
      display: flex !important;
    }

    Could you also attach your system status report so we can try mimicking your site’s setup?

    You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.

    Look forward to hearing back from you.

Viewing 1 replies (of 1 total)
  • The topic ‘Gallery Block only showing 1 column.’ is closed to new replies.