tjohnson613 Posted June 23, 2022 Share Posted June 23, 2022 I am needing to have my icons in two rows of 3 under the "popular service" Can I get help with this code? https://parrotfish-yellow-97hw.squarespace.com password: unit7 Link to comment
tuanphan Posted June 23, 2022 Share Posted June 23, 2022 Add to Design > Custom CSS > Then save & reload the site @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="62b3927a53650a51fec7bedb"] { grid-gap: 10px 10px !important; 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
tjohnson613 Posted June 23, 2022 Author Share Posted June 23, 2022 5 hours ago, tuanphan said: @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="62b3927a53650a51fec7bedb"] { grid-gap: 10px 10px !important; grid-template-columns: repeat(2,1fr) !important; } } Thank you for this but I plugged it in, saved it, and refreshed and it did not change Link to comment
tuanphan Posted June 24, 2022 Share Posted June 24, 2022 On 6/23/2022 at 9:04 PM, tjohnson613 said: Thank you for this but I plugged it in, saved it, and refreshed and it did not change You added my code in your mobile query, caused the code invalid. Move my code to top of Custom CSS box, or move code under Line 35. 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
tjohnson613 Posted June 28, 2022 Author Share Posted June 28, 2022 Oooooooh! Lol Sorry 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