Indent text in blockquote ?
-
How can I indent the text in blockquote elements?
I’d like to align it to the left + (indent x pixels to the right) if that makes sense.
CSS changes in my theme ‘additional CSS’ for blockquote are:
blockquote::before {
left: 0%;
color: #000000;
font-size: 40px;
font-family: Arial;
}
blockquote {
font-size: 20px;
font-family: Georgia;
color: #000000;
text-align: left;
}The first portion is for the quotation mark itself.
The 2nd is for the block text so it’s probably here I need to add something.Can anyone assist with the css needed please?
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Indent text in blockquote ?’ is closed to new replies.