Status
Not open for further replies.

nEw_boY

Active Member
826
2010
48
0
I cant actually define it properly...
I want to decrease space between two lines
eg.

This is WP window:
Yb9yvk.png


This is my NotePad++ text editor:
Zg3xPe.png




As you can see both the text are same but in wordpress gap between two lines is double compared to notepad++.
How can I decrease that thing globally ?
In Dashboard, blog everywhere I mean...

Single enter in wp takes much space and I want to make it something like 2nd image.
Any help will be appreciated. :)

Edit:
Google says something to do with style.css
Link to my style.css:
Code:
http://pastebin.com/117fZVQe
"line-height" needs some change but there are various settings 1, 1em, 24px...
I tried changing em but cant see any effect on my site.

Anyone ?
 
Last edited:
10 comments
I have tried adding it under this line:
Code:
p { padding-bottom: 10px; line-height: 24px; }
It doesnt worked. :|
Do you know the concept of pixels, I mean what should be the ideal px ?

I tried 12px instead of 24 px in that line but still the same.
What next ?
 
That would be the last option, bro..
I gotta try if someone already have faced the same problem before since its there since I have installed WP raw, with default themes. :|

Edit: I have tried replacing every "line-height" attribute value to "normal" but it's still the same. :|
Help...
 
Last edited:
After tons of googling, I found that its annoying line break issue being discussed since a long time and still there isnt any specific shit to prevent it.

I`m still trying to get over it but cant...
When we press enter it uses <p> tag instead of <br> so its just totally wired.
 
Status
Not open for further replies.
Back
Top