CSS Customization: decrease line space on Twenty Eleven theme
-
Does anyone know the css code to decrease the line spacing in Twenty Eleven theme?
The blog I need help with is: (visible only to logged in users)
-
This is the main controlling rule in the CSS for linespacing on 2011. Adjust as desired.
body, input, textarea { line-height: 1.625em; }
- The topic ‘CSS Customization: decrease line space on Twenty Eleven theme’ is closed to new replies.