Hi,
I have added a drop shadow and a margin to a classic image using the code:
margin-top: -40px; box-shadow: 5px 5px 10px rgba(61, 61, 61, 0.51);
This works fine until i select to add a link to the image and then the shadow moves and applies to the column instead.
Any ideas on how to stop this from happening as i need to add a link to the image but keep the drop shadow.
thanks,
Chris