Sauceboss770 Posted April 11 Share Posted April 11 https://flounder-cinnamon-c45l.squarespace.com/ Password website Help with clients website i want a separate image on my mobile home section i found some video but it was putting the image on all my pages Link to comment
Beyondspace Posted April 12 Share Posted April 12 10 hours ago, Sauceboss770 said: https://flounder-cinnamon-c45l.squarespace.com/ Password website Help with clients website i want a separate image on my mobile home section i found some video but it was putting the image on all my pages One idea you can try is adding both section for desktop and section for mobile. Then you can use custom CSS with media query to set your sections visible on the right breakpoint /*mobile breakpoint*/ @media only screen and (max-width: 767px) { /*set display none for desktop section*/ } /*desktop breakpoint*/ @media only screen and (min-width: 768px) { /*set display none for mobile section*/ } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment