Weird issue. On most pages the element, a header with a button alongside, displays correctly. But on some, it’s putting the button on a second line.
I’m seeing this in the inspector. Any idea what could cause this? It’s using the latest theme and plugins. I tried health check and troubleshooter, and it persists even if all non-Generatepress plugins are disabled.
CORRECT PAGES LAYOUT:
.gb-grid-wrapper > .gb-grid-column-5c0e643a {
width: 65%;
}
WRONG:
.gb-grid-wrapper > .gb-grid-column-5c0e643a {
width: 100%;
}