bawebb123 Posted September 22, 2020 Share Posted September 22, 2020 Site URL: https://seabass-maroon-5h8g.squarespace.com/ I have added a drop-shadow on a hover effect on my images, but I would like to remove the padding between the images. I want the end result to be similar to this page: https://www.copleyequity.com/#portfolio When I have tried to remove the padding using the below code, the images zoom in and when you hover over the images on the top row, it shifts the images below them down. I don't want this to happen. I'd like the images to not zoom in and stay static. padding:0!important; Current code: <style> .image-block:hover { filter:drop-shadow(0px 0px 12px #D3D3D3); } <style> password: oakpointtest Link to comment
tuanphan Posted September 25, 2020 Share Posted September 25, 2020 Do you still need help on this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
bawebb123 Posted September 25, 2020 Author Share Posted September 25, 2020 15 hours ago, tuanphan said: Do you still need help on this? Hi yes. Still haven't been able to figure it out. Also, is there a way to remove the css from applying to the image in the footer? Link to comment
tuanphan Posted September 26, 2020 Share Posted September 26, 2020 Add to Home > Design > Custom CSS footer.sections .image-block:hover { filter: unset !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
bawebb123 Posted September 28, 2020 Author Share Posted September 28, 2020 On 9/26/2020 at 6:08 PM, tuanphan said: Add to Home > Design > Custom CSS footer.sections .image-block:hover { filter: unset !important; } That worked. Thanks Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.