Increase Line Spacing
This support request was posted in General Support by wocvince
- wocvince June 24, 2014 at 9:05 pm
Hello, I’d like to increase the line spacing on my site. How can I achieve this?
Juanfra Aldasoro June 24, 2014 at 10:22 pmHello,
Thanks for writing. That’s a task that can be achieved by adding a CSS rule.
for example:
body{ line-height: 20px; }
Remember to follow the best practices when adding custom CSS, so you avoid conflicts when updating your theme: http://nicethemes.com/support/theme-docs/bbq/#custom-css
Best,
Juan.wocvince June 24, 2014 at 10:56 pmThank you for responding. However, this only affects the “General” body text and not the “Post” body text. How can I change this to reflect in my pages?
Juanfra Aldasoro June 25, 2014 at 1:21 amHello,
Well, it depends on the theme you’re using. Usually it would be:
.entry{ line-height: 20px; }
You can learn which class to edit by using a tool like Firebug: https://getfirebug.com/
Best,
Juan.
You must be logged in to reply to this topic.