By reading the code, I have found a simple solution that fixed my problem: change the line-height to a small value.
Here's how:
1. Go to you blog panel, at the left side, click on "template", then at the right, click on "Edit HTML" button.(screenshot below)
2. In the popup window, click on "Proceed" botton
3. In the 'Template>Edit HTML" window, click on option "Expand Widget Templates".
4. We need to search for following codes:
.post-body {
line-height: 1.4;
font-size: 110%;
position: relative;
}
To search, on you keyboard press 2 keys "Ctrl" and "F" at same time, you will see a search box come out in the front.
- If you are using Firefox, the search box will be showing at the bottom left corner
- If you are using Google Chrome, the search box will be showing at the Top Right corner
- If you are using IE, the search box will come out at top left
5. We only need to do a small change. For the line line-height: 1.4; change the value from 1.4 to 0.8, as in above screenshot.
6. click on "Save Template", then "close", done.
7. Go back to your web page and reload again. You will notice the difference.
Above fix works great for me, and hope it works for you as well.
It's Your Turn
How did you do to reduce the white space between lines? Is there any other solutions, is there a better way to do? Share your experience and insights in the comments box below.
Why there is no pop up window when every time I click the "Edit HTML"
ReplyDelete