WIP: Hero section covers post content

I have long had a template for single blog posts consisting of a frames/ACSS hero section and Gutenberg content.

Since Bricks 2.02, the image in the hero section almost completely covers the entire post. This problem does not occur in 2.01. What could be the cause?

Hi Andreas,
Thanks so much for your report!

Hard to say without a link to the website, but possibly a cascade layer problem? Have you tried to disable cascade layer in the Bricks settings?

Best regards,
timmse

Hi Timmse,
yes, I have try to deactivate the layers without any changes. I have made a copy of die website with Bricks 2.02. You can see it mainly on larger screens. The cookie banner appears too often, I haven’t adjusted it :wink:

Thanks for the link!
You can solve the problem easily by adding height: 100% to the image.

The reason for this is that we have taken the gutenberg and bricks wordpress styles out of the layer due to various problems, so that they now overwrite the bricks default styles (at least in this case).

We have to see if we can find a functional solution for this - but setting the height manually should work in any case.

Hi,
thanks you! The settings for the image are actually fine (see screen) , or where did you think they should be adjusted by 100%?

Yes and no, the img itself needs the 100%. I guess that custom CSS is already used in the frames template anyway. Add it there :slight_smile:

Thanks, I spent a long time yesterday trying to adjust all the settings, without success. It’s still not working now, I’ll take another look tonight.
Unfortunately, after all these years, this is the first adjustment you’ve made that actually breaks the site. I would have hoped for a different out

I was able to fix it with a CSS instruction, thank you.