Site logo

Archived topic

Gallery, buttons, social icons breaking after updates

5 replies · Started by C.K. on January 18, 2023

Viewing posts 1–6 of 6

Hello! We are using the latest version of the theme and GP Premium and have noticed after updating our galleries, buttons, and social icons in the footer have been breaking. The galleries and social icons are not displaying inline and we are having to add the rule display:flex to get them to show properly. The buttons are set in the page editor to align center and are not aligning center and we are having to use text-align: center. Not sure what happened but our sites/ these blocks looked fine before we updated? Any reasoning or advice on this would be much appreciated!

I'm not sure if they are core WP blocks or not. But yes, we did update WP recently but we are on WP 6.1.1. Not sure if that makes a difference or not

Hi there,

what happens if you add this CSS to your site:

body .is-layout-flex {
    display: flex;
    flex-wrap: wrap;
}

Let me know

Thank you both for your help! David, that code did work!

Have a good one

Glad to hear that.

This archived topic is closed to new replies.