Home Forums Pro Themes Photo Perfect Pro Images are no longer displayed side by side

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #186681
    Rene Kohl
    Participant

    Since WordPress 6.1, the images are no longer displayed side by side. But among themselves.
    Will there be an update for this?

    example page
    https://www.kohli.blog/schneegloeckchen/

    Kohli

    #186682
    Rene Kohl
    Participant

    in another forum that was the temporary solution

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

    figure.wp-block-gallery.has-nested-images {
    display: flex !important;
    flex-wrap: wrap !important;
    }

    #186705
    Psink
    Keymaster

    @KOHLI, We really appreciate your query. We will let the theme author fix the issue in the next update

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.