Thobias Posted April 12, 2021 Share Posted April 12, 2021 Site URL: https://clementine-indigo-9c9c.squarespace.com Hi, I want to put text beside the image on mobile view but can't seem to solve it. Have been looking for solutions with CSS but nothing have worked so far. Any suggestions? This is how it looks now: I want it to look like this: Adress: https://clementine-indigo-9c9c.squarespace.com/ Pass: kringla Link to comment
Beyondspace Posted April 12, 2021 Share Posted April 12, 2021 18 minutes ago, Thobias said: Site URL: https://clementine-indigo-9c9c.squarespace.com Hi, I want to put text beside the image on mobile view but can't seem to solve it. Have been looking for solutions with CSS but nothing have worked so far. Any suggestions? This is how it looks now: I want it to look like this: Adress: https://clementine-indigo-9c9c.squarespace.com/ Pass: kringla try @media only screen and (min-width: 768px) and (max-width: 992px) { #block-yui_3_17_2_1_1617821805347_8516 ~ .row .sqs-block-image { width: 100%; } } @media only screen and (max-width: 768px){ #block-yui_3_17_2_1_1617821805347_8516 ~ .row .col:first-child { width: 40% !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
Thobias Posted April 12, 2021 Author Share Posted April 12, 2021 3 hours ago, bangank36 said: try @media only screen and (min-width: 768px) and (max-width: 992px) { #block-yui_3_17_2_1_1617821805347_8516 ~ .row .sqs-block-image { width: 100%; } } @media only screen and (max-width: 768px){ #block-yui_3_17_2_1_1617821805347_8516 ~ .row .col:first-child { width: 40% !important; float: left !important; } } It worked! Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.