- This topic has 6 replies, 3 voices, and was last updated 1 year, 3 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
I have noticed that my live posts don’t have the proper spacing on the paragraphs. They end up looking different than the drafts.
Above is the post in drafts. As you can see the spacing is perfect. Everything is the way it is suppose to be.
Yet, when the post is live the spacing changes and everything gets pushed together.
Is there a reason for this and is there a way to fix it?
Hi Rita,
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards
Actually, I got it fixed. I just added the code below into customize – css and it fixed it nicely.
<span style=”color: #4f4f4f; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 14px; white-space: pre;”>p { margin-bottom: 10px; } </span>
We are glad that you were able to found out the solution by yourself.
Feel free to contact us at any time, we are more than happy to help.
Kind Regards
For me what worked was the following code under Appearance/Customize/CSS at the bottom:
p {
margin-bottom: 10px;
}
Hi Liviu,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet.
Kind Regards