Tonmeister Posted July 20, 2020 Share Posted July 20, 2020 Site URL: https://wisteria-panda-z2eg.squarespace.com/config/design/custom-css pw: rotorsound Dear All, I wanted to style the images of my Instagram Grid Feed (Footer section) a bit. I added a box shadow on all four sides of the images and saw that the top and left shadow was cut off, by some grid: So Imoved the images 4px down and to the right, which almost solved the problem. Now the right shadow of the last image on the right is cut off: This is my code: .sqs-gallery-design-grid-slide { img { position:relative; top:4px!important; left:4px!important; -webkit-box-shadow: 0px 0px 5px 2px rgba(179,179,179,0.3); -moz-box-shadow: 0px 0px 5px 2px rgba(179,179,179,0.3); box-shadow: 0px 0px 5px 2px rgba(179,179,179,0.7); } } Does anyone have an idea how I could fix it? Best, Gregor Link to comment
Beyondspace Posted July 23, 2020 Share Posted July 23, 2020 Hi you can try this .sqs-gallery-design-grid-slide { padding-right: 5px; box-sizing: border-box; } Tonmeister 1 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
Tonmeister Posted July 25, 2020 Author Share Posted July 25, 2020 That did it!! Thank you so much! 👏👏 Beyondspace 1 Link to comment
ilseS Posted May 18, 2022 Share Posted May 18, 2022 I wonder if you might be able to help me with a similar question? I want to create a frame around each image in my instagram feed ...I see it a lot but no matter what I try I cant get it right ...I want to do this: Link to comment
tuanphan Posted May 20, 2022 Share Posted May 20, 2022 On 5/18/2022 at 4:55 PM, ilseS said: I wonder if you might be able to help me with a similar question? I want to create a frame around each image in my instagram feed ...I see it a lot but no matter what I try I cant get it right ...I want to do this: Can you share link to page where you use instagram? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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