AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Line and paragraph spacing

2 Posts
2 Users
0 Reactions
1,606 Views
Posts: 1
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@stes20021)
New Member
Joined: 4 years ago
[#19829]

Hello. While line spacing on my forum is fine, when I press "enter" and continue writing, the space between is too wide. I figured out how to set up line spacing, but I need help with this "paragraph" spacing.

I tried to edit line spacing to see if it will fix this problem, but it didn't work well. So basically, I don't want to change line spacing, but when for the created space when I press "enter" to be smaller. My english is bad so I hope you understand what I mean.

See here:

paragraph spacing

1 Reply
Chris
Posts: 3610
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@chris)
Famed Member
Joined: 5 years ago

Hi @stes20021

Insert the below CSS Code in Custom CSS Code field from Dashboard > Forums > Settings > Styles Tab:

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p{
    line-height: 10px;
}

Share: