Hi,
When I put an image, it appears with white space around it. I am also using the following CSS ( I don’t know whether the CSS could cause the problem):
.avia-image-container-inner {
box-shadow: 0px 0px 20px #D9DCDE;
padding: 5px;
}
.avia-image-container-inner:hover {
box-shadow: 0px 0px 10px #CACDCE;
padding: 5px;
}
How can I fix this issue?
Thank you in advance!
Best,
Anton
Hey Anton,
Did you try to remove the padding arguments from your CSS?
Best regards,
Rikard
Hi Rikard,
This was the problem. Thank you for your help!
Best,
Anton