• Resolved shadislt

    (@shadislt)


    Hello to all !

    Reporting the fault after update to v6.0 – all image galleries on the webpage became distorted. Instead of showing pictures side by side, [] [] [], all pictures got moved to the left and one on top of other:
    []
    []
    []
    Even though its still a centered gallery block. Also it seems that “centered” setting is lost on all gallery blocks, but clicking on “centered” does not help, images are still aligned left. If logged in and viewing the post in editor – gallery seems to be fine, but still distorted in normal website. Using Neonglow v1.2 theme by Lunamedia (https://themesinfo.com/neonglow-premium-wordpress-theme-bvm3).

    Best regards
    Dennis

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Varshil

    (@varshil151189)

    Hi @shadislt

    Add below property in the css and it will work properly

    .wp-block-gallery.has-nested-images.aligncenter{
    display flex;
    }

    Thread Starter shadislt

    (@shadislt)

    Upmost thank you, Varshil – the idea worked, just needed to add a colon (:)

    .wp-block-gallery.has-nested-images.aligncenter{
    display: flex;
    }

    Varshil

    (@varshil151189)

    Hi @shadislt,

    Yes, Thanks for the correction, might be in hurry i forget to add “:” but glad to know that it will work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery distorted after update to 6.0’ is closed to new replies.