CMS Category Characters Missing

Hey all, experiencing a weird bug where one of our resource categories is not displaying all of the characters. The published version cuts off the last letter of the category.

You can see “Case Stud” should be “Case Study” in this example:

But when you click into the resource category: “Case Stud” it does show that the category is correctly named: “Case Study”

Any ideas?

Not sure where to look, but almost certainly you have a sizing issue where the container for the text is size-limited and overflow-hidden.

Hey @sperry I took a look but “Case Study” was fully spelled out for me. Did you solve this?

It’s still there. Any ideas how to fix? Acropolis Capital Partners Selects Asseta as Their Family Office Technology Partner | Asseta Family Office Resource & Blog

1 Like

You’re going to need to be much more specific about where you’re asking for help. Screenshots maybe?

Best theory I have at this point is perhaps you’re zoomed or something in your browser, or using a different base font size which is getting clipped.

1 Like

Click “Case Stud” - it should show as “Case Study”

Thank you

Explained differently, here is the tag in the Design view:

Than when published the “y” from “Case Study” gets cut off:

You have JS somewhere in your site that is removing the last character from your HTML content.

1 Like