• Resolved lisia

    (@lisia)


    Good morning!

    Unfortunately in Fukasawa – wordpress and theme last version, using gutenberg – it does not work, when I set a small picture to class=”aligncenter”. It stays left.

    Please can you check this problem?
    Best regards, lisia

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @lisia,

    This should be fixed in version 1.22, which was just submitted.

    — Anders

    Thread Starter lisia

    (@lisia)

    Thanks for the update.
    Nevertheless I had to add additional code in the customizer to fix my problem with aligncenter. I added margin: auto;
    Best regards, lisia

    img.alignleft,
    .alignleft img,
    img.aligncenter,
    .aligncenter img,
    img.alignright,
    .alignright img,
    img.alignnone,
    .alignnone img {
    margin: auto;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘figure class=”aligncenter”’ is closed to new replies.