Notifications
Clear all

Style Spacing between Words/paragraphs

9 Posts
4 Users
2 Likes
548 Views
Posts: 4
Topic starter
(@desitalk)
New Member
Joined: 1 year ago

Hi Guys,
i have a question. I have found the option to change the Font sitze for post content (for now 14px).

The "problem" i have:
The spacing between the paragraphs is too big and i want to change that. Is that possible?

Thanks

wpForo Version
1.9.9.1
WordPress Version
5.9
7.2.26
5.7.25
8 Replies
Posts: 936
(@tutrix)
Noble Member
Joined: 3 years ago

@desitalk

the cause can be CSS

line-hight, margin or padding

but I can't view the post

You do not have permission to view the content
Bitte Anmelden oder Registrieren

Reply
2 Replies
gazalis
(@gazalis)
Joined: 1 year ago

Eminent Member
Posts: 20

@tutrix Yeah same, I can't view the post

Reply
dimalifragis
(@dimalifragis)
Joined: 3 years ago

Famed Member
Posts: 2046
Posted by: @gazalis

@tutrix Yeah same, I can't view the post

Dude are you for real? Stop poluting this forum. You just reply to increase your posts?

 

Reply
Posts: 4
Topic starter
(@desitalk)
New Member
Joined: 1 year ago

Hi @all,
sorry guys that was stupid (blocking the contend). I forgot to change it.

Now it should be possible to see the post:

https://www.desitalk.de/community/haupt-forum/allgemeine-nutzungsbedingungen/

Reply
Posts: 936
(@tutrix)
Noble Member
Joined: 3 years ago

@desitalk

you have a bug in custom css

the closing bracket is missing here

#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="text"],
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="password"],
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="email"] {
padding: 10px 20px 10px 34px !important;
}

add the bracket and

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p,
#wpforo #wpforo-wrap .wpforo-revision-body p {
line-height: 20px ;
}

then everything is correct

Reply
1 Reply
(@desitalk)
Joined: 1 year ago

New Member
Posts: 4

@tutrix thanks 🙂
"fix" is done, cache cleared etc but the spacing is still there.

If you check the Sceenshot, maybe u will understand my "design issue" (sorry my english is not that good).

If you check the Bulletpoint text: spacing looks good
If you check the normal text: spacing is to hight (between the lines/rows)

Reply
Posts: 4
Topic starter
(@desitalk)
New Member
Joined: 1 year ago

Tutrix it WORKED with

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p,
#wpforo #wpforo-wrap .wpforo-revision-body p {
line-height: 20px ;
}

 

u are awesome man 🙂 Thank you!
I have checked your Forum too...u are from germany??

Reply
1 Reply
(@tutrix)
Joined: 3 years ago

Noble Member
Posts: 936
Posted by: @desitalk

u are from germany??

yes, i'm from Germany 😉 

Reply