Does anyone know the css code to decrease the line spacing in Twenty Eleven theme?
The blog I need help with is ismailimail.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Does anyone know the css code to decrease the line spacing in Twenty Eleven theme?
The blog I need help with is ismailimail.wordpress.com.
This is the main controlling rule in the CSS for linespacing on 2011. Adjust as desired.
body, input, textarea {
line-height: 1.625em;
}
This topic has been closed to new replies.