• Resolved Tengyart

    (@tengyart)


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

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

    The result is an unpleasant mess – some images with indentation, some without, which at least worsens the display of articles with a large number of pictures.

    Tell me, please, can something be done about it?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tengyart

    (@tengyart)

    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)

    Hi @tengyart

    At first, thank you for choosing our theme and service.

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

    We have already answered on our support forum and received your reply too, we are working on the mentioned issue and we will do our best to fix it in the next theme update.

    Kind Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with pictures after upgrading to WP 6.1’ is closed to new replies.