Line height
-
How can I reduce the line height in my site (post, pages, text widgets, etc)?
For example: http://olalaboutique.com/ubicacion-2/
The blog I need help with is: (visible only to logged in users)
-
None of your top navigation tabs lead anywhere and I can’t see any text so the following is based on standard coraline:
Spacing between lines.
body, input, textarea { line-height: 1.7; }Spacing between paragraphs.
p { margin-bottom: 1.7em; } -
-
-
Oh, another thing… I don´t want the bottom links (Ubicacion, contacto) to be underlined, what is the selector for that?
-
This will do it for the footer widget area.
#footer .widget-area a { text-decoration: none; } -
-
- The topic ‘Line height’ is closed to new replies.