Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Johan WALTER

    (@johan_walter)

    Hi

    I have managed to fix issue with the following custom css

    [class*=wp-block-] [class*=wp-block-] {
    	text-align:center;
    }

    This CSS applies to all buttons, by chance all my button are centered.

    I have updated this morning 13.7.3 it didn’t change anything

    I have a stagging website that I always update before updating prod website, issue didn’t happen on stagging website, only on prod website.
    I have an other website with same template, issue didn’t happen on this website (prod or stagging) but issue did happen on this other website on stagging website when updating Gutenberg 13.7.0. I edited page, saved page and it solved issue.
    That’s first thing I have tried yesterday but it didn’t work.
    I have also tried to place !important after align-items in .wp-block-buttons.wp-container-1, it didn’t work. It is like button block is “frozen” on front end and does not accept any css change.

    
    .wp-block-buttons.wp-container-1 {
        align-items: center !important;
    }

    Can someone from Gutenberg have a better look to understand what has been changed on button block since 13.7 and might cause this issue ?
    @paaljoachim any chance you can help and have a look ?

    Thanks

    Regards

    Johan

    Plugin Support Paal Joachim Romdahl

    (@paaljoachim)

    Hi Johan

    I posted about your issue directly in the #core-editor Slack channel. Hopefully someone will notice and add some more knowledgable feedback.
    An alternative is to also add a bug report to Github here: https://github.com/WordPress/gutenberg/issues/new/choose

    Thread Starter Johan WALTER

    (@johan_walter)

    Hi Joachim

    Thanks
    I will post bug report on Github

    In general, issues I meet with Gutenberg are mainly on Button block,

    1 month ago, I posted an issue that have been solved with next update FYI https://www.ads-software.com/support/topic/bug-button/

    Thread Starter Johan WALTER

    (@johan_walter)

    Plugin Support Paal Joachim Romdahl

    (@paaljoachim)

    After posting the issue to Github do also add a link in this thread. I can then add the labels needed.

    It is good to hear that the last issue you had with the Button block was fixed.

    Thread Starter Johan WALTER

    (@johan_walter)

    Plugin Support Paal Joachim Romdahl

    (@paaljoachim)

    Hi Johan

    Thank you. I will add a reply there.

    Thread Starter Johan WALTER

    (@johan_walter)

    Hi

    FYI, issue solved after upgrade to Gutenberg Version 14.7.1

    I am not able to give more details about where problem came from and makes it solved on its own with upgrade.

    • This reply was modified 1 year, 11 months ago by Johan WALTER.
    Plugin Support Paal Joachim Romdahl

    (@paaljoachim)

    Hi @johan_walter

    Nice to see that the issue has finally solved itself..:)

    Merry Christmas!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Button alignment issue after update 13.7.2’ is closed to new replies.