One of my customers has bought J51_Enterprise_J4_2.0.0. We have been trying a 2-columns blog-layout and a 3-columns blog-layout. The first column is ok. But the second and the third column does not respect the max-width of the template. The second and the third columns disappear beyond the edge of the screen.
This issue is similar to an issue with J51_Skylar I reported earlier. So I tried the solution you provided in that thread and it works :-) I added the following to the Custom CSS field of the templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.blog-items.columns-2 {
grid-template-columns: 50% 50%;
}
.blog-items.columns-3 {
grid-template-columns: 33% 33% 33%;
}
I just wanted to let you know in order to apply this to a future Version of this template.
Thank you and kind regards
Chris