alletters Posted February 14, 2022 Posted February 14, 2022 Site URL: https://www.grayn.io/ Hi, I'm trying to align several logos on mobile, so that they show as 2 or 3 pr row, and not just one. Page to change: https://www.grayn.io/superusers Desired look can be found here (logos at bottom of page): https://www.grayn.io/partners Thanks!
meganheath Posted February 14, 2022 Posted February 14, 2022 Hi @alletters Add your logos as a gallery block rather than individual image blocks. Gallery blocks display images in 2 columns on mobile devices. Hope that helps.
tuanphan Posted February 19, 2022 Posted February 19, 2022 On 2/14/2022 at 5:10 PM, alletters said: Site URL: https://www.grayn.io/ Hi, I'm trying to align several logos on mobile, so that they show as 2 or 3 pr row, and not just one. Page to change: https://www.grayn.io/superusers Desired look can be found here (logos at bottom of page): https://www.grayn.io/partners Thanks! Try Add to Design > Custom CSS @media screen and (max-width: 767px) { div#page-section-620651c195590d68625ba59c .sqs-col-3, div#page-section-620651c195590d68625ba59c .sqs-col-2, div#page-section-620651c195590d68625ba59c .sqs-col-4 { width: calc(~"33% - 0px") !important; margin-right: 0 !important; float: left !important; clear: none !important; margin-bottom: 2px; } div#page-section-620651c195590d68625ba59c .sqs-text-ready { padding-left: 0px !important; padding-right: 0px !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment