Thanks again for your great support until now. It’s nearly perfect now.
I don’t know if the last thing is possible: I only want the featured images with no margin/padding, the text can have a little bit padding. I tried
article.hentry {
padding: 10px;
}
which makes the article padding perfect, but now it doesn’t matter if
article.hentry .featured-image img {
width: 100%;
}
is 100% or not. The padding for the featured image has a padding of 10 px as well.
Is it possible to only give the featured image no margin/padding?
Kind regards
Mupa