2birds Posted January 27, 2022 Posted January 27, 2022 Site URL: https://walsh-prop.squarespace.com/ Site password: walsh I'm optimizing my client's site for mobile and I cannot get a few divs in the footer to sit next to each other. My goal is to have them look similar to this: With many failed attempts with CSS to get them to float next to each other, this is as far as I have gotten (with the code on the left): Any help would be greatly appreciated!
Beyondspace Posted January 27, 2022 Posted January 27, 2022 2 hours ago, 2birds said: Site URL: https://walsh-prop.squarespace.com/ Site password: walsh I'm optimizing my client's site for mobile and I cannot get a few divs in the footer to sit next to each other. My goal is to have them look similar to this: With many failed attempts with CSS to get them to float next to each other, this is as far as I have gotten (with the code on the left): Any help would be greatly appreciated! Can you share the link to this page? I can not see any navigator on Home Page 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
2birds Posted January 28, 2022 Author Posted January 28, 2022 20 hours ago, bangank36 said: Can you share the link to this page? I can not see any navigator on Home Page Yes, sorry about that! You can see the footer on this page: www.walsh.properties/home
tuanphan Posted January 29, 2022 Posted January 29, 2022 On 1/29/2022 at 3:07 AM, 2birds said: Yes, sorry about that! You can see the footer on this page: www.walsh.properties/home Don't remove any code in your current code Add this to Design > Custom CSS /* footer people */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1643145017474_99687 { width: 30% !important; float: left !important; } } 2birds 1 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