tuanphan Posted August 18 Share Posted August 18 To make Video Page 2 columns on Mobile, you can use these CSS code to Custom CSS box. If you can't make it work, you can send link to Video Page, I will check again. #1. All Video Pages @media screen and (max-width:767px) { .lessons.collection-content-wrapper .list-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; display: grid !important; grid-gap: 10px 10px !important; } } #2. Specific Video Page First, you need to find Video Page ID. In my example, we will have: #collection-669926b46c2b452c0a26edbf Next, use this CSS code @media screen and (max-width:767px) { #collection-669926b46c2b452c0a26edbf .lessons.collection-content-wrapper .list-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; display: grid !important; grid-gap: 10px 10px !important; }} #3. Result 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment