1. crimle
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Thursday, 08 June 2023
  5.  Subscribe via email
Hi Ciaran

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
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Chris

I have added a fix for this issue to the build for the next round of template updates. The issue appears to be present in a number of our older template releases.

Kind regards
Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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