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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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
Create an account or sign in to comment
You need to be a member in order to leave a comment