I'm trying to learn the basics in CSS but I still have some problems.
How can I hide this "a" space under the img?
I gave it a red background to make it easier to explain which part I'm talking about.
here is the problem:
.feedEkList li a {
background: red;
}
This is the CSS but I cannot hide it (I want to keep the img of course)