Nicole_C Posted November 5, 2019 Share Posted November 5, 2019 I'm trying to add drop shadows to images in a Summary block. I did it no problem on the Public Reports page using the Grid layout. But when I try it with a List layout on this testing page stuff goes wonky. Here's what I have in the page header code injection: <style> .sqs-block-summary-v2 .img-wrapper { -moz-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.2); -webkit-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.2); box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.2); } .sqs-block-summary-v2 .summary-item { overflow: visible; } </style> Screenshots of what the page looks like before and after I added the overflow:visible bit are attached: * Before, the drop shadow is not visible on the top and left of the images. * After, the drop shadows are visible, but the layout goes very wonky. Any suggestions? Link to comment
tuanphan Posted November 6, 2019 Share Posted November 6, 2019 Can you share link to the error page? 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.