Grid not showing in preview or live

Hello!

I’m working on recreating this page: Recurly customers - trusted by leading brands | Recurly

And I’m using grid for the bottom section (below the slider), but the grid isn’t displaying in the preview or live - just portions of it. I’m not sure if I’ve set something up wrong or if this is a bug?

Here is my site Read-Only: https://preview.webflow.com/preview/ms-partners?utm_source=ms-partners&preview=3af0b53bf921a87b46765d2f3729f1de

Any assistance would be greatly appreciated! :slight_smile:

Your placeholders only have the min-height value set in designer. In the published source, that value is not present.

The min-height CSS property sets the minimum height of an element. It prevents the used value of the height property from becoming smaller than the value specified for min-height .

Inspecting the source on the published site, shows the Grid is defined and present. The rows are collapsing since there is no element with a height value. Try assigning height to the placeholderdiv class.

2 Likes

Thank you so much for your reply!

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