Kerning in page title

The kerning is no longer working on the title block of some of my pages. Here is an example where the letters ran into each other. The Kerning is correct everywhere else in the documents. How can I fix?

Hi @masel1951,

Thanks for reaching out.
I have checked the website listed in your Themeco Account but didn’t find the issue you described here. Can you please share the exact page URL where you are having that issue?

Thanks

https://dioxidematerials.com/products/water/
https://dioxidematerials.com/products/anion-exchange-membranes/
https://dioxidematerials.com/products/anion-exchange-membrane-water-electrolyzers-components-sale/

and a dozen other pages

The problem looks to be an issue with the CSS in the native X-theme. I get incorrect spacing when cornerstone creates html calling class=“h-landmark entry-title”. An example is

<h1 class=“h-landmark entry-title”><span>PFSA-Free AEM Water Electrolyzers For Green Hydrogen Production</span>

The definition of .h-landmark in the native x-theme is

.h-landmark {
overflow: hidden;
margin: 0;
padding-bottom: 8px;
letter-spacing: -3px;
line-height: 1;
}

The problem is with letter-spacing: -3px; I can change it, but I am hesitant to do in the native theme- I would prefer to only make changes in my child theme.

But I have not figured out how to do so.

Hello @masel1951,

I noticed that you are not using the compatible version of the Cornerstone plugin. Please make sure to update both the X theme and the Cornerstone plugin to the latest versions:
Available versions:

By the way, if you want to add a custom CSS, you can do it in Cornerstone > Custom Code > Global CSS.

Best Regards.

These were automatically updated and I still have the problem.

Opps - I just found it. The old CSS was preloaded. Clearing the cache fixed the problem.

Hey @masel1951,

It’s good to know then that the issue is just your cache. Thanks for letting us know.

Cheers.

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