Title: Blockquote
Last modified: August 19, 2016

---

# Blockquote

 *  [Ahenry1](https://wordpress.org/support/users/ahenry1/)
 * (@ahenry1)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/blockquote-3-2/)
 * Hi everyone,
 * I am trying to change the margins and spacing of my blockquote so that the lines
   and background are in line with the text.
 * How can I do that? See what it looks like below now:
 * [http://img.myph.us/OEY.png](http://img.myph.us/OEY.png)
 * Big thanks for your advice.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Ahenry1](https://wordpress.org/support/users/ahenry1/)
 * (@ahenry1)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/blockquote-3-2/#post-1994689)
 * Here is an example of the blockquote in action:
 * [http://astleyhenry.com/2009/10/19/the-war-on-drugs-is-a-sick-joke/](http://astleyhenry.com/2009/10/19/the-war-on-drugs-is-a-sick-joke/)
 * I would like the quote to be more centred with the background and lines stopping
   where the text stops.
 *  [Enis](https://wordpress.org/support/users/en-is/)
 * (@en-is)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/blockquote-3-2/#post-1994978)
 * Do you mean like this?
    [http://img.myph.us/G3c.png](http://img.myph.us/G3c.png)
 * You can achieve this by editing your ‘style.css’ file, look for **blockquote **
   and add a **P element**.
 * Change your original blockquote to this;
 *     ```
       blockquote {
       padding: 0 40px 0 40px;
       background-color: #F7F7F7;
       }
       ```
   
 * and add this to your css file;
 *     ```
       blockquote p {
       text-align: justify;
       margin: 0 auto;
       border-bottom: 1px solid red;
       border-top: 1px solid red;
       }
       ```
   
 * That’s it 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Blockquote’ is closed to new replies.

## Tags

 * [blockquote](https://wordpress.org/support/topic-tag/blockquote/)
 * [margins](https://wordpress.org/support/topic-tag/margins/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Enis](https://wordpress.org/support/users/en-is/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/blockquote-3-2/#post-1994978)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
