HI,
I would like to know if it is possible to get the ethos look in the category pages of renew.
I already used the following code to change the look in the blog page.
@media (min-width: 980px) {
.blog .entry-featured {
width: 30%;
float: left;
margin-right: 3%;
}
.blog .entry-content {
width: 67%;
float: left;
}
}
Nevertheless, I want to get the same look in a category page, let’s say Category Culture. How do I do that? I tried with .culture . entry-content and .culture .entry featured, but with no success.
Thanks,
JL