Trouble with The Grid - Drop Shadows, Cutting Off

Hello,

I’m setting up The Grid to pull in posts from the Podcast category.

I have it set up, except the styling. I have a drop shadow on the entire item - the top and bottom content sections are white, and this grid displays on a white background.

It’s showing up, except that when is displays, The Grid isn’t giving the cards enough room. There’s no padding in that section of the grid, so the shadows get cut off on the top and bottom, making it look dumb.

I can’t find where or how to fix this. Help!

Hi @aleminopuy,

Thank you for writing in, please apply a min-height: 550px; to your grid. You might need to add that as Custom CSS since there is no min-height option on the grid.

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Cheers!

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