Hi @tspnyc!
Try pasting this code in Appearance> Customize> Add CSS.
div#page p {
line-height: 23px;
margin-bottom: 20px;
}
Let me know if it solves your issue.
Regards!!
Hi both!
I will suggest a more specific selector for the blog page styles:
.bam-entry .entry-summary p {
margin: 0 0 1.5em;
line-height: 1.7;
}
Hope this help 👋
Thread Starter
tspnyc
(@tspnyc)
Thank you Mateo and Krystle!
Those both accomplish what I want, but I am unsure what the specific differences may be.
Now that I have space between my lines, thank you very much, I need to reduce the space between the paragraphs, but also some other aspects on all pages and posts.
Can one of you or someone please tell me how to reduce space below (or above) the following:
Page Tile
Individual Heading Styles (h1, h2, etc.)
Paragraph style
Let me know if I put the suggested code in Customize/Additional CSS, or if I should be changing certain parameters in the Style Sheet itself.
-
This reply was modified 5 years, 3 months ago by
tspnyc.
To reduce the space between the paragraphs you will change the value of this code to a lower value:
div#page p {
line-height: 23 px;
margin-bottom: value px;
}
To change the sizing and spacing of pages titles, headings and paragraphs is so specific code, so im gonna take a look and share it with you.
-
This reply was modified 5 years, 3 months ago by
Mateo.
-
This reply was modified 5 years, 3 months ago by
Mateo.
Hi again, i was looking and there seems to be an empty paragraph block after the titles of some posts. Enter the edition of each post and if they are there delete them.
The styles of the titles and paragraphs, you would have to tell me what you want.
Keep in touch!