• Dear Sirs,

    Whilst testing this plugin, I’ve noticed that when the “default” Gallery Display Style is selected, the images stack vertically instead of respecting the number of columns set in the gallery settings.

    I’ve tested it with WP 5.3.2 + Twenty Twenty installation and no other plugins added.

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

    (@vedathemes)

    Hi there,

    Thanks for reporting this issue. I will correct this CSS error in next version of the plugin. Meanwhile, please follow below mentioned steps,

    1. Go to Appearance > Customize > Additional CSS.
    2. Copy & Paste following CSS in the Left CSS field,

    .wpge ul.wp-block-gallery, .wpge ul.blocks-gallery-grid:not(.gloaded), .wp-block ul.wp-block-gallery, .wp-block ul.blocks-gallery-grid:not(.gloaded) {
    	display: flex !important
    }

    3. Click on “Publish” or “Update” button.

    It should solve the issue for now. As informed earlier, I will rectify the issue in next update.

    Please inform if you need more help on this OR if you need any other help.

    Thanks,

    • This reply was modified 4 years, 10 months ago by Veda.
    Thread Starter lucspe

    (@lucspe)

    Hi there.

    This indeed would fix the issue on the frontend.

    However, in the backend the images still show as stacked as – obviously – the additional CSS is not loaded there.

    The best workaround at the moment (until you release the new version) seems to edit those CSS rules directly in the “frontend/css/style.css” file in the plugin folder.

    Thanks for pointing me out in the right direction.

    Hi. I love this plugin. I just had the same issue today which I fixed on both the frontend and backend. Will you be releasing an update soon?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images stacked vertically when “default” Gallery Display Style is selected’ is closed to new replies.