Hi!
I am not sure if this is the correct Topic to use - maybe it should be in the Construction topic.
I created a menu item for showcasing a BLOG - everything works fine and all - managed to fine tuned it etc.
The only thing I noticed is that there is no column spacing... In the code (via Inspector) I found this line of code, which changed from "0" to "1" makes the spacing between columns - but with this there is no possibility do define the spacing exactly (for example 20px).
.platform-content.container .blog-items {
grid-gap: 0;
}
Thank you for your help!