Blockquote align and font size

  • Posted in : Read WP
  • ivys83
    Participant

    Hi, how do I change blockquote alignment?
    Quoted text is shown aligned at center, I’d like to align it at left.
    Also, I’d like to have the same font size for normal content and quotes, how do I do that?
    Thanks!

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    blockquote { font-size: 1.0em; text-align: left; }
    
    ivys83
    Participant

    Perfect!
    Thanks :)

    ambrose
    Participant

    Is there any way to center the Blockquote image above the text?

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    blockquote:before { top: -0.2em; left: 50%; }
    
    MatthewLeeAnderson
    Participant

    On this, is there any way to add a space between the paragraphs in blockquotes? My former theme recognized them automatically, but this one isn’t. See here: http://mereorthodoxy.com/the-torrey-honors-institute-welcomes-christopher-mitchell/. There’s a paragraph break in WordPress that starts at “As for pedagogy…”

    Matt

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    blockquote p { margin-bottom: 15px; }
    
    chrislovietyler
    Participant

    Thanks, Mehmet. I was just about to ask the same question!

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register