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 #2127259
Paragraph Spacing
Closed

Comments

  • Cultures Traveled started the conversation

    Hi,

    How can I set custom CSS for paragraph spacing on my posts? I searched previous tickets and you suggested adding this code

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

    I went to Appearance > Customize > Additional CSS (at the bottom) and put it in line 1. Then I changed the 30px to my desired height and clicked Publish. But nothing changed. Please help! :)

  •  501
    Penci replied

    Hi,

    It appears that the custom code for Soledad theme.

    About PenNews theme, please try use custom css

    .wpb_text_column, .comment-content,
    .single .entry-content, .page .entry-content {
        margin-bottom: 30px;
    }
    

    Best Regards,
    PenciDesign