Line Spacing
-
How do I use line spacing to reduce gaps in sentences?
The blog I need help with is: (visible only to logged in users)
-
Wyatt,
To insert only a single line spacing, start a new line/paragraph using SHIFT+ENTER rather than just ENTER in the Visual editor.
Customized line spacings are not supported in the editor, though they’re possible via CSS which requires a Premium upgrade.
-
-
Hi again,
Apologies for getting back late. Yes I could have tried helping you out with the CSS, but your blog is private and only Staff can view it.
I’m not sure what theme you’re using, as I need that information to find the appropriate CSS elements to modify. You can post in the CSS Customization forum if you want Staff help, let me know the theme name too – I’ll try and get you the code.
-
Hi Ehtis,
I have the site open to public now. But know I want to know how to insert a footer for copyright info, etc.
-
-
Try this code. Go to Customize > CSS and paste this code:
.entry-content, .entry-summar { line-height: 1.2; }Change line-height value according to your liking.
-
- The topic ‘Line Spacing’ is closed to new replies.