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 #3776525
Line spacing on posts
Open

Comments

  • Laura Johnston started the conversation

    Hi

    Since the Soledad version 8.5.9 update, the line spacing between paragraphs on our posts have automatically removed  - new posts as well as old posts have also been reformatted

    There is no longer line spacing between paragraphs. You can see one example here - https://www.knowsleynews.co.uk/knowsley-cemetery-sharing-of-inaccurate-information/

    When text is copied and pasted (with appropriate line spacing between paragraphs in the original text), the space is taken away and we have to double space to insert one

    Is there away around this? We waited until the next update hoping it was a little bug that would be fixed but we're experiencing the issue

    Thanks

  •  2,658
    PenciDesign replied

    Hi,

    This issue is not related to the Soledad theme.

    The problem arises because you have added custom CSS that removes all spacing after the <p> tag.

    Please review and remove this custom CSS. It may be located in Appearance → Customize → Custom CSS.

    .text-text>p,
    p {
      margin:0!important
    }

    You can check this screenshot: https://imgur.com/a/V4O8pW4

    Regards,
    PenciDesign.