bigpoppapaul Posted December 4, 2022 Posted December 4, 2022 (edited) Hi there, just hoping someone can please help me keep the contact icons at the bottom of the screen from stacking when in mobile. I've attached a pic of the icons in question. Just need the 3 image blocks to remain side by side in mobile view. Any help would be greatly appreciated. https://hhv.coach Edited December 4, 2022 by bigpoppapaul add url
Solution Beyondspace Posted December 5, 2022 Solution Posted December 5, 2022 11 hours ago, bigpoppapaul said: Hi there, just hoping someone can please help me keep the contact icons at the bottom of the screen from stacking when in mobile. I've attached a pic of the icons in question. Just need the 3 image blocks to remain side by side in mobile view. Any help would be greatly appreciated. https://hhv.coach You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-defda52e1add2a956f72 + .row { display: flex; justify-content: space-between; } #block-defda52e1add2a956f72 + .row > .col { width: 30% !important; } } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted December 5, 2022 Posted December 5, 2022 My testing bigpoppapaul 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
bigpoppapaul Posted December 5, 2022 Author Posted December 5, 2022 @Beyondspace That did it, thank you very much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment