Changing quote format
-
I’m using the twenty eleven theme and it narrows the columns between which quotes are displayed.
How can I widen it up?The blog I need help with is: (visible only to logged in users)
-
Hi there, there is 3em of margin on the left and right of the blockquotes to differentiate quotes from the non-quote text. You can add the following custom CSS and then adjust the 1.5em values I’ve used as an example as you desire.
blockquote { margin-left: 1.5em; margin-right: 1.5em; }
- The topic ‘Changing quote format’ is closed to new replies.