Site logo

Archived topic

Indentation in the first paragraph line, in each blog post

3 replies · Started by luisjavier on February 28, 2018

Viewing posts 1–4 of 4

Hi Tom, I apologize for my English level. I have a question, how could I modify the css to do the indentation in the first paragraph line, in each blog post?
Thank you very much

Hi there,

I'm not quite certain what you mean. Like indent the first sentence in each single posts?

If so using the space key should work no?

Let me know :)

Hi there,

some CSS like this:

.single-post .entry-content {
    text-indent: 2em;
}
This archived topic is closed to new replies.