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 #3621486
How to increase distance from H2 and H3 from the previous text
Open

Comments

  •  4
    ISOLE-GRECHE started the conversation

    I'd like to know hot to increase distance from H2 and H3 from the previous text

    Attached files:  Screenshot_5.jpg

  •  2,259
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:

    .wpb_text_column h1,
    .wpb_text_column h2,
    .wpb_text_column h3,
    .wpb_text_column h4,
    .wpb_text_column h5,
    .wpb_text_column h6,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .comment-content h1,
    .comment-content h2,
    .comment-content h3,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6 {
        margin-bottom: 15px;
    }

    Change 15px to the spacing you want to show.

    Regards,
    PenciDesign.