IT Solution: Paragraph Spacing Is Not Correct

Home Forums All Other Themes IT Solution: Paragraph Spacing Is Not Correct

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #115902
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    I’m using the IT Solution theme and for some reason, the spacing between the paragraphs is incorrect after the page is published.

    When I’m creating my post/page the paragraph spacing is fine. However, after the page/post is published, all of my paragraphs are smashed together – the paragraph spacing is removed.

    This issue may have occurred after upgrading to WP v5x

    I’m using WP v5.0.3, IT SolutionVersion Pro v1.0, Kindly see below:

    CORRECT (WHEN CREATING POST/PAGE)
    https://drive.google.com/file/d/1e_hODFjg62HChlNr8dmL-zvElQ0aNFFy/view?usp=sharing

    INCORRECT (AFTER PUBLISHING)
    https://drive.google.com/file/d/1YEOC2Q4skDBTPTHM2aDb1WwtPsbVtmir/view?usp=sharing

    #115963
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    #116099
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    You can see here:

    https://buzapps.net/pages/mobile-app-design/

    And here:

    https://buzapps.net/pages/dwkb/how-do-i-remove-the-white-border-from-the-subfolder-thumbnails/

    #116177
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .panel-layout strong { margin: 15px 0 0; display: inline-block;}
    .dwkb-article-content p { margin-bottom: 10px !important; display: block;}

    Regards,
    Dave

    #116413
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    That worked… Thank you!

    #116470
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Keith,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/21/

    Regards,
    Dave

    #118356
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    The provided code doesn’t appear to be working with new posts now that I’m using the Gutenberg and wp v5.1.

    Old Post/Pages are fine but new Post/Pages doesn’t have the paragraph spacing.

    https://buzapps.net/pages/new-features-coming-soon-your-permissions/

    #118420
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

    #118486
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    Hi,

    Per your request, the image was posted here https://imgur.com/a/FmRm1uq

    The problem is that there is no spacing between the paragraphs.

    #118586
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .single .single_post_content p { margin-bottom: 15px !important;}

    Regards,
    Dave

    #118824
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    It worked… Thanks again!!!

    #118877
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    🙂

    #120403
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    The code you provided (see below) fixes the issue for “Posts” but it doesn’t fix the problem for “Pages”.

    `.single .single_post_content p { margin-bottom: 15px !important;}

    See example below… In the “Page”, the paragraphs are squeezed together. There isn’t any paragraph spacing.

    https://buzapps.net/pages/our-service2/sib-ios-apple-app-submission/

    #120422
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .single_post p {
        margin-bottom: 15px !important;
    }

    Regards,
    Dave

    #120482
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    That fixed it. Thanks again!

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