Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #64498
    Rita Slayton
    Participant
    Premium Member

    I have noticed that my live posts don’t have the proper spacing on the paragraphs. They end up looking different than the drafts.

    drafted post

    Above is the post in drafts. As you can see the spacing is perfect. Everything is the way it is suppose to be.

    Live Post

    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?

    #64500
    vako
    Keymaster
    WP Royal Team

    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

    #64548
    Rita Slayton
    Participant
    Premium Member
    This reply has been marked as private.
    #64549
    Rita Slayton
    Participant
    Premium Member

    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>

    #64552
    vako
    Keymaster
    WP Royal Team

    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

    #67255
    Liviu Hategan
    Participant
    Premium Member

    For me what worked was the following code under Appearance/Customize/CSS at the bottom:

    p {
    margin-bottom: 10px;
    }
    #67258
    vako
    Keymaster
    WP Royal Team

    Hi Liviu,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet.

     

    Kind Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.