AndrewFreedman Posted June 2, 2021 Share Posted June 2, 2021 Site URL: https://andrewfreedman.squarespace.com/ Hello, I could really use the help of some one with better code knowledge than me of how I can make these two buttons be on the same row in mobile view. I've tried over and over but can't figure out what I'm doing wrong. Password to the site is Password Link to comment
Beyondspace Posted June 2, 2021 Share Posted June 2, 2021 11 minutes ago, AndrewFreedman said: Site URL: https://andrewfreedman.squarespace.com/ Hello, I could really use the help of some one with better code knowledge than me of how I can make these two buttons be on the same row in mobile view. I've tried over and over but can't figure out what I'm doing wrong. Password to the site is Password try add this to design-custom css @media only screen and (max-width: 768px) { #block-yui_3_17_2_1_1622408646484_13401 + .row .col { width: 50% !important; float: left !important; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
AndrewFreedman Posted June 2, 2021 Author Share Posted June 2, 2021 oh my god thank you so much, youre amazing! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.