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 Beyondspace 1 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; } } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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! 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