Columns not formatting correctly after last update

In a non X theme site.

Hi Eric,

Would you please kindly make sure that you have the Cornerstone plugin updated alongside the X theme?
Also, I suggest that you change the Child Theme to parent theme if you have a child theme installed to test if there is a conflict there.

kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case if you still have problems.

Thank you.

its Cornerstone plugin (updated) with another theme.

Hello Eric,

I can confirmed that this is a bug in the recent release of the standalone Cornerstone plugin. Our developers were already made aware of the issue and an release update is underway. Meanwhile, to patch this in your site, please go to Cornerstone > Styling Options > Custom CSS and insert the following custom css:

.x-row-inner {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0px;
    min-height: 0px;
}

Please bear with us.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.