Hey there, hopefully I can get some help with this issue, I’m trying to set up a simple block on my home page to display our latest blog post. To do this I’m using a Wordpress Plugin, and have the shortcode in a content area. However, I can’t get this content are to play nicely with the other things on the page.
This is with the column set to “stretch” vertically. It leaves a random white space below the content area even though I have all the padding set to 0 for its containing column.
So then I tried to set the containing column to “start” vertically, and use custom css to make the giving back block have the flex-grow: 1 property, but it doesn’t grow to fill the space, even with !important tags shown below. But the white space isn’t there! Why can’t I stretch without the white space??
SO THEN I tried to give the column containing the blog preview a max height, and the content ignores that and still adds the white space like the first screen shot…
Does anyone have any ideas?
Site is located here