I am using J51_Emani_J4_2.0.0 on one of my websites. We are trying a 2-columns blog-layout. The first column is ok. But the second column does not respect the max-width of the template. The second column protrudes over the edge of the main content.
This issue is similar to an issue with J51_Skylar I reported earlier. So I tried the solution you provided in that thread, but it does not work here. 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%;
}
Please give me a hint how to resolve this issue.
Thank you and kind regards
Chris