Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2268689
Blockquote Design
Closed

Comments

  • bkabak started the conversation

    Hi: I've been trying to customize the blockquote styles in my installation of Soledad, and I have one question: What do I need to do to insert a real paragraph break between paragraphs for a multi-paragraph blockquote? You'll see it in the related URL if you scroll to the last blockquote in the post or in the attachment where the two black lines are. I'd like the spacing to be the same (and should be based off of the standard post style paragraph spacing). 


    Thanks! 

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do that:

    .post-entry blockquote p, .wpb_text_column blockquote p {
        margin-bottom: 17px;
    }
    

    Best Regards,

    PenciDesign