Kolea Posted May 29, 2022 Posted May 29, 2022 Site URL: https://kolea.tv Hi I would like to increase my index grid to a row of 4 columns. Any help would be greatly appreciated. Dave
tuanphan Posted May 31, 2022 Posted May 31, 2022 Add to Design > Custom CSS @media screen and (min-width:901px) { .index-list.clearfix { display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 20px 20px; } .index-list.clearfix>div { width: 100% !important; } .index-list.clearfix:before { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted December 15, 2022 Posted December 15, 2022 On 12/11/2022 at 10:49 PM, Kolea said: Doesn't seem to have worked? Hi, Try moving the code to top of CSS box Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted December 20, 2022 Posted December 20, 2022 On 12/18/2022 at 2:09 AM, Kolea said: Still the same outcome? Can you add & keep the code in CSS box? We can check it again easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Kolea Posted December 21, 2022 Author Posted December 21, 2022 Seems to be working now. Is there a way to change corner radius and aspect ratio of the 4 row index?
tuanphan Posted December 22, 2022 Posted December 22, 2022 13 hours ago, Kolea said: Seems to be working now. Is there a way to change corner radius and aspect ratio of the 4 row index? Add this CSS under article.index-item.has-item-image, .index-section { border-radius: 30px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Kolea Posted December 22, 2022 Author Posted December 22, 2022 Thank you so much! Just one more, how do I change the aspect ratio of the index grid to widescreen instead of square?
tuanphan Posted December 24, 2022 Posted December 24, 2022 On 12/22/2022 at 9:02 PM, Kolea said: Thank you so much! Just one more, how do I change the aspect ratio of the index grid to widescreen instead of square? 16:9 Widescreen or Ultra Widescreen? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment