| User | Post |
|
2:51 pm October 28, 2011
| cedarcottage
| | |
| Member | posts 14 | |
|
|
I have set the font size in the posts to 18, and the spacing between lines has not changed accordingly.
What should I enter into the Custom CSS tab area to change the line-height to 120% or the equivalent?
|
|
|
3:14 pm October 28, 2011
| cedarcottage
| | |
| Member | posts 14 | |
|
|
I figured out how to fix it by entering:
.postwrap p {
line-height: 22px;
}
This made most of the text look how I wanted it, but the bulletted <li> lines are still too close together.
How do I make the same change to the bulletted text?
|
|
|
5:08 pm October 28, 2011
| Ryan
| | |
| Admin
| posts 1547 | |
|
|
Do you have a URL where I can see it? I'll give you some CSS for it.
|
|
|
5:10 pm October 28, 2011
| cedarcottage
| | |
| Member | posts 14 | |
|
|
The page where the bulleted lines are too tight is
http://rmctravel.net/tours/who-we-are
|
|
|
5:14 pm October 28, 2011
| Ryan
| | |
| Admin
| posts 1547 | |
|
|
.postcontent li {line-height:22px;}
|
|
|
5:29 pm October 28, 2011
| cedarcottage
| | |
| Member | posts 14 | |
|
|
That made it perfect. Thank you.
|
|
|
9:18 pm November 10, 2011
| dorisliang
| | |
| Member | posts 3 | |
|
|