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; } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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! Beyondspace 1 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