Hi @tristup,
Thanks for getting back to me.
I cleared Cornerstone’s style cache and clicked the Update button as you suggested. Then I cleared the hosting provider’s cache and my browser’s cache, and I deleted all my cookies for that domain. I also tried an Incognito window. None of that made a difference.
This is happening in multiple browsers for me, and on more than one Pro-based website. I encountered this problem on a customer website I was building, and I was able to reproduce it on the development website that I linked to in my first post.
Just to be clear, did you only try visiting the page, or did you try editing it with Cornerstone? (See the secure note in my first post for credentials.) The visual problem I described only occurs in the Cornerstone editor, and only when I edit the page that the Global Block is on—not when I edit the Global Block itself.
I just took a look at the HTML code on the front end and compared it to the HTML code in the editor. On the front end, each slide’s div.x-text-headline
element has an m9-a
class that causes the h2
element to match an important CSS selector:
But in the page editor, the m9-a
class is missing from the div.x-text-headline
element in the second and third slides. Instead, there’s a tco-observe-6
class:
In the Global Block editor (where all the slides look correct), there’s an mcs15-0
class that causes the h2
to get styled, and the div.x-text-headline
element in the second slide does have that class:
I hope this helps!