Home › Forums › All Other Themes › IT Solution: Paragraph Spacing Is Not Correct
- This topic has 15 replies, 2 voices, and was last updated 5 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
January 31, 2019 at 12:46 am #115902
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=sharingINCORRECT (AFTER PUBLISHING)
https://drive.google.com/file/d/1YEOC2Q4skDBTPTHM2aDb1WwtPsbVtmir/view?usp=sharingJanuary 31, 2019 at 7:47 am #115963Hi,
Kindly show us your website URL?
Regards,
DaveFebruary 1, 2019 at 11:25 pm #116099You 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/
February 4, 2019 at 6:21 am #116177Hi,
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,
DaveFebruary 5, 2019 at 7:19 pm #116413That worked… Thank you!
February 6, 2019 at 8:02 am #116470Hi Keith,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/21/
Regards,
DaveMarch 4, 2019 at 3:41 am #118356The 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/
March 4, 2019 at 9:42 am #118420Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveMarch 4, 2019 at 5:30 pm #118486Hi,
Per your request, the image was posted here https://imgur.com/a/FmRm1uq
The problem is that there is no spacing between the paragraphs.
March 5, 2019 at 7:35 am #118586Hi,
Kindly use this one
.single .single_post_content p { margin-bottom: 15px !important;}
Regards,
DaveMarch 6, 2019 at 9:21 pm #118824It worked… Thanks again!!!
March 7, 2019 at 7:25 am #118877🙂
March 27, 2019 at 8:00 pm #120403The 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/
March 28, 2019 at 5:21 am #120422Hi,
Kindly use this one
.single_post p { margin-bottom: 15px !important; }
Regards,
DaveMarch 28, 2019 at 9:39 pm #120482That fixed it. Thanks again!
-
AuthorPosts
- You must be logged in to reply to this topic.