Hey there,
I wanted to enlarge the clickable area of a link. I read somewhere that you can do it with padding. I tried but it didn’t work. Based on the Cursor I can see that the area is larger but when I click on the area it doesn’t lead to the new page. Nothing happens when i click on it.
I used:
.tg-homerezepte .tg-element-2 a{
display: block;
padding-top: 50%;
}
Thanks in advance