.brxe-posts {
overflow: hidden
this is causing Grid layout to get cut off as seen here:
I fixed with the following:
li.bricks-layout-item {
min-height: 100%;
}
.brxe-posts {
overflow: hidden
this is causing Grid layout to get cut off as seen here:
I fixed with the following:
li.bricks-layout-item {
min-height: 100%;
}
Hi @alvar,
thank you for your report. This should not be needed. Would be possible to get a link to your website, where we can check other styling you have applied?
If the website is not yet public, you can also send it to help@bricksbuilder.io and include this thread URL as a reference.
Thank you,
M