artyp Posted October 22, 2020 Share Posted October 22, 2020 Site URL: https://dapfilia.be Hi folks! I'm trying to center a gallery on mobile. The one with the colleagues 🙂 I can't find the wright code for it. Anyone an idea? TIA Link to comment
tuanphan Posted October 23, 2020 Share Posted October 23, 2020 Add to Home > Design > Custom CSS /* Center gallery */ @media screen and (max-width:640px) { #block-yui_3_17_2_1_1601276897040_11913 .sqs-gallery-block-grid .sqs-gallery-design-grid { display: flex; justify-content: center; } }  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
artyp Posted October 27, 2020 Author Share Posted October 27, 2020 On 10/23/2020 at 12:33 PM, tuanphan said: Add to Home > Design > Custom CSS /* Center gallery */ @media screen and (max-width:640px) { #block-yui_3_17_2_1_1601276897040_11913 .sqs-gallery-block-grid .sqs-gallery-design-grid { display: flex; justify-content: center; } }  Thx! Gonna give it a try Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.