Text not loading correctly on promo element in Cornerstone

Hello,

I had some promos elements on a Cornerstone page. A few months ago, support provided some code to make all of the promo boxes appear the same size. Unfortunately, the page doesn’t seem to be loading correctly.

Attached is a screenshot: https://i.imgur.com/2R98HRf.jpg

The page initially loads without name or company info, but after refreshing, the page loads correctly.

Here is the page itself:

https://www.nelc-law.org/boardofdirectors/

Here is the thread where support was provided earlier: https://theme.co/apex/forum/t/setting-classic-promo-boxes-to-same-height/67017/6

Hey Michael,

I removed the JS code provided to you in the other thread because that’s the one causing the issue.

I’ve added the following CSS code in your page’s Content CSS instead. This won’t work in the builder preview but this works in the frontend and will not cause the issue you described.

.x-promo,
.x-promo-content {
    height: 100% !important;
}

Hope that helps.

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