Category Archive Grid Keeps Breaking

This has been a long-standing recurring problem. The Category Archive is used to display my Podcast posts on https://idahoradio.com/podcast

This time, it was working fine until I edited one of the podcasts (which then gave it a new URL). As you can see, it displays the grid in Cornerstone, but not on the actual page. It appears to use .m3n-1m.x-grid , but way beyond my paygrade to look at the CSS and there’s no grid component on the Corenestone page. Server and Cloudflare and browser caches were clear and I tried multiple browsers.

Please advise.


Hey @mlbass,

Thanks for writing in! I have investigated the issue and it seems that this is a bug with the latest release. I will forward this to our developers. In the meantime, you can add this custom CSS to the page:

.x-grid {
	grid-template-columns: repeat(auto-fit, minmax(clamp(1px, 100%, var(--e131-e7-v0-7)), 1fr)) !important;
}

Please bear with us.

No Problem. The fix is working. (sorry I didn’t respond yesterday)

Awesome!
Thanks for confirming that your issue has been patched.

Where are we at with this? I need a new patch because its not working again after I added the Podcast links just now.

Hello @mlbass,

I bump our developers on this. May be they can chime in as well.

Thanks.

Thanks, but in the absence of a fix, I need something to patch it together now. You can see, it does NOT look good and that reflects on the brand. We’re expanding our reach and this doesn’t help. Only one chance at a first impression.

Hello @mlbass,

Just update the CSS code and use this:

.x-grid {
	grid-template-columns: repeat(auto-fit, minmax(clamp(1px, 100%, 340px), 1fr)) !important;
}

Thanks.

Not working. I think it was, and tried to change the page title with cornerstone settings, and might have messed it up. Can you look at it? The reason I was trying to change the page title was so it would show up correctly for SEO and also when I copy/paste the page URL the hyperlink would show “Idaho Pulse” instead of Episode Archive - iRadio