FloatingLotusDesign Posted September 21, 2022 Share Posted September 21, 2022 I'm trying to use the code below to create a scrolling image to show website designs, however once I paste in the image block id and save, the image does not scroll. It seems only the scroll portion of the code isn't working since making changes to the height, drop shadow, etc. all take effect. Anyone have any ideas what I might be missing, or suggestions for other ways to achieve this effect? This is on a 7.1 site using Fluid Engine. #PASTE-BLOCK-ID { height: 500px; max-width: 80%; margin:auto; width: 100%; overflow-y:scroll; overflow-x:hidden; filter: drop-shadow(2px 22px 40px rgba(0,0,0,.3)); @media screen and (max-width:767px) { height:200px; } } Link to comment
Beyondspace Posted September 21, 2022 Share Posted September 21, 2022 17 minutes ago, megdyoga said: I'm trying to use the code below to create a scrolling image to show website designs, however once I paste in the image block id and save, the image does not scroll. It seems only the scroll portion of the code isn't working since making changes to the height, drop shadow, etc. all take effect. Anyone have any ideas what I might be missing, or suggestions for other ways to achieve this effect? This is on a 7.1 site using Fluid Engine. #PASTE-BLOCK-ID { height: 500px; max-width: 80%; margin:auto; width: 100%; overflow-y:scroll; overflow-x:hidden; filter: drop-shadow(2px 22px 40px rgba(0,0,0,.3)); @media screen and (max-width:767px) { height:200px; } } Can you share your site with the protected password so we can take a look? 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
FloatingLotusDesign Posted September 22, 2022 Author Share Posted September 22, 2022 On 9/21/2022 at 9:37 AM, bangank36 said: Can you share your site with the protected password so we can take a look? I think I found the answer to my issue. The code works fine in classic editor, but I was trying it in a Fluid Engine section and that appears to be the problem. 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