Hi there. I want to import an image and show another image when hovering over. I got that working (thanks to THIS video), the only problem is that I can’t find a way to delete the padding/margin of the cover image. Therefore the overlapping photo is always slightly smaller than the underlying photo. In the video it’s a simple feature to delete the padding (see screenshot), but maybe that has to do with the fact that i’m using another theme.
I’m already using custom CSS, including ‘margin: 0’. But that doesn’t do the job. I also tried using ‘Padding: 0’ instead, but no succes. Hope someone can help me out!
A screenshot of the video where they can easily delete the padding:
Hi, that’s awesome! I’ve just added it to custom CSS and it works! … but since you mentioned to add it in the page CSS and not globally… is this the right way?
If you add it globally it will be applied on the website, if you add it on the page then only on that page.
You can leave it as is if its not affected anything else.