Change paragraph spacing in 2016 Theme
-
In the 2016 theme,
1. How can I reduce how much spacing there is after a paragraph?
2. How can I reduce how much spacing there is both before and after an image?
My site is at https://writerhoward.wordpress.com/.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Changes like that would require adding custom CSS to override the default styling of your theme. Custom CSS can only be used from our Premium Plan upwards.
-
If I upgraded to the Premium Plan, what would the CSS look like that I would add to slightly reduce the size of the paragraph spacing?
-
.entry-content p { margin-bottom: 1em; }should do it. That will reduce the distance between paragraphs in the content of your posts and pages only.
For images it’s a bit more complicated, as the code you’d need to target with an image is different depending on how the image is aligned, and whether or not it has a caption.
- The topic ‘Change paragraph spacing in 2016 Theme’ is closed to new replies.