1. crimle
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Friday, 19 April 2024
  5.  Subscribe via email
Hi Ciaran

I have an issue with the 2-columns blog-layout under J51_Skylar_1.1.14. The first column is ok. But the second column does not respect the max-width of the template. The second column extends beyond the right-hand edge of the template.

This issue is similar to an issue with J51_Enterprise 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 the J51_Skylar template.

Thank you and kind regards
Chris


There are no replies made for this post yet.
Be one of the first to reply to this post!