New div class for 'prose'
-
I am attempting to help my neighbor, who is a writer, set up his first blog. Unfortunately, this is my first blog as well. Right now, we are having issues with posts formatting correctly. My neighbor writes a lot of prose. Naturally, he would like to have the first line of each paragraph indented. I have updated the style.css with the following bit of code:
.prose p {
text-indent: 8em;
}
Then, I bracket each post with <div class=’prose’> and </div>.
However, I must be doing something wrong, because it isn’t working. I am very new at css, so I could be defining the class in the wrong place. I am using a child theme.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘New div class for 'prose'’ is closed to new replies.