Thread Starter
Amy04
(@amy04)
The CSS code I use that makes the first letter the same size as the others but still floats slightly above the rest of the letters is this:
.entry-content > p:first-child:first-line {
letter-spacing: normal;
font-variant: normal;
}
.format-standard .entry-content > p:first-child:first-letter,
.page .entry-content > p:first-child:first-letter {
color: inherit;
float: none;
font-size: inherit;
line-height: inherit;
margin: 0;
}