Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #70221
    Tengyart
    Participant
    Premium Member

    After updating to WordPress 6.1 lost the indentation between images. The problem is observed only if the images are the same size and added without accompanying text.

    If the images are not the same size, or accompanied by text, the indentation remains.

    This negatively affects the display of articles and portfolios.

    Can you please tell me if there is anything I can do about it?

    I hope for your help!

     

    Example of an article with problems (the bug is noticeable on PC).

    #70223
    Tengyart
    Participant
    Premium Member

    Found a temporary solution!

    Can change the CSS in the Ashe settings:

    .wp-block-image {
    margin-top: 5px;
    margin-bottom: 5px;
    }

    Or add padding:

    .wp-block-image {
    padding: 5px
    }

    P.S. I hope in the near future will come out a patch, so that it was not necessary to correct anything manually.

    #70226
    vako
    Keymaster
    WP Royal Team

    We are glad that you were able to found out the solution by yourself.

    Kind Regards

    #70227
    Tengyart
    Participant
    Premium Member

    I hope that in the future it will not be necessary to come up with such temporary solutions. But thank you very much for the quick response!

    #70228
    vako
    Keymaster
    WP Royal Team

    Hi Tengyart,

     

    We have already started the investigation process of the issue, thanks for your feedback and for sharing your solution with us.

     

    Kind Regards

    #70229
    Tengyart
    Participant
    Premium Member

    Thank you so much for your support and responsiveness!

    #70236
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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