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 #4463844
titles
Open

Comments

  • Robson Calefi started the conversation

    Hello, how are you? How can I increase the space between titles? I couldn't find a place for this setting. Thank you.

  •  2,963
    PenciDesign replied

    Hi,

    Please send me the screenshot or URL that shows the post title where you want to increase the spacing.

    Regards,
    PenciDesign.
  • Robson Calefi replied

    Sorry, I may have expressed myself badly. I want to increase the spacing between the subtitles and the paragraph.

    Attached files:  IMG_2599.jpeg

  •  2,963
    PenciDesign replied

    Hi,

    Please send me the post URL.

    Regards,
    PenciDesign.

  •   Robson Calefi replied privately
  •  2,963
    PenciDesign replied

    Hi,

    Could you please send me the URL that contains the elements similar to the screenshot you provided?

    Regards,
    PenciDesign. 

  •   Robson Calefi replied privately
  •  2,963
    PenciDesign replied

    Hi,

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

    .post-entry p + h1,
    .post-entry p + h2,
    .post-entry p + h3,
    .post-entry p + h4,
    .post-entry p + h5,
    .post-entry p + h6 {
      margin-top: 30px;
    }
    .post-entry h1 + p,
    .post-entry h2 + p,
    .post-entry h3 + p,
    .post-entry h4 + p,
    .post-entry h5 + p,
    .post-entry h6 + p {
      margin-bottom: 30px;
    }
    

    Regards,
    PenciDesign.