Hi there,
I’m trying to add icons according to the post type to my blog. I am able to add the icon, but I can’t get it in line with the title. So far, I’ve only done the standard entries, so you can see this on some of the articles… the little article icon is above the headline and for the life of me I can’t find a way to keep it from stacking. https://statmedlearning.com/category/test-taking-strategies/
Here’s my CSS:
.format-standard .h-entry-cover:before {
font-family:‘FontAwesome’;
content:"\f15c""\00a0";
}
