Archived topic
Indentation in the first paragraph line, in each blog post
3 replies · Started by luisjavier on February 28, 2018
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 :)
I join the question. How to indent each paragraph? This is usually done in paper books. Using the space key - not beautiful solution.
https://self-publishingschool.com/how-to-format-book/
#2 – Indentation vs. Block Paragraphs
Hi there,
some CSS like this:
.single-post .entry-content {
text-indent: 2em;
}