Hi,
I have a big problem when creating blog posts. Paragraphs I create with the Enter key disappear again. What can I do to ensure that paragraphs created with the Enter key are adopted?
Regards,
Daniel
Hi Daniel,
I’m not sure I fully understand the problem you are having, could you let us know how to reproduce it please?
Best regards,
Rikard
Hi Rikard,
What I mean ist that wordpress seems to automatically delete paragraphs/empty lines I have made in my blog posts. See the following example https://www.legal-plus.eu/beweiswert-von-privatgutachten/
There is no space/ empty line after each of my headings. What can I do?
Regards
Daniel
Hi Daniel,
Thanks for the update. I see what you mean when I first load the page you linked to, but it changes after I reload the page. I’m not sure why that is though, please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard,
Thanks for your help!
Regards,
Daniel
Hi,
Thanks for that. Something on your site is overriding the normal paragraph margin which is applied by the theme, it’s coming from the file in private, but I’m not sure exactly where it’s coming from unfortunately. As solution, I’ve added this to your Quick CSS box:
p {
margin: 0.85em 0 !important;
}
Best regards,
Rikard