Guest Posted November 26, 2021 Share Posted November 26, 2021 Site URL: https://www.dustin.land/dustin Hello all, I'd like your help with the design of the list section on one of my pages (see link) it's the logos - on desktop the layout is great, on mobile, as we all know the default one image after another is too much, and too large. I'd like there to be 2 columns instead of 1. All of the other CSS codes i've seen on these forums do not work for my situation. I think it may be how I'm trying to address the data-section component. Other codes refer to page-section. The temp password for my site is Lance-2022 Any help would be appreciated! Thank you! 🙂 Link to comment
Solution tuanphan Posted November 28, 2021 Solution Share Posted November 28, 2021 On 11/26/2021 at 9:34 AM, DustinWilliam said: Site URL: https://www.dustin.land/dustin Hello all, I'd like your help with the design of the list section on one of my pages (see link) it's the logos - on desktop the layout is great, on mobile, as we all know the default one image after another is too much, and too large. I'd like there to be 2 columns instead of 1. All of the other CSS codes i've seen on these forums do not work for my situation. I think it may be how I'm trying to address the data-section component. Other codes refer to page-section. The temp password for my site is Lance-2022 Any help would be appreciated! Thank you! 🙂 Add to Design > Custom CSS /* Logos on mobile */ @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="61a041da01d66c32ef5c823e"] { grid-template-columns: repeat(2,1fr) !important; } } 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
Guest Posted November 30, 2021 Share Posted November 30, 2021 Truly thankful for your assistance! This works perfectly! Thank you for your help! 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