How to decrease the spaces between paragraphs [br]?

For support and discussion related to templates and themes in phpBB 3.3.
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: How to decrease the spaces between paragraphs?

Post by Mannix_ »

Onnozel Manneke wrote: Wed Apr 14, 2021 7:27 pm The problem is that this will effect all br tags, like David63 also told you.
In the style, extensions etc...
EmilianoL wrote: Wed Apr 14, 2021 7:24 pm
br {
display: block;
margin: 15px 0;
content: " ";
}
changing br to .postbody br should narrow it down to posts/messages only
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
EmilianoL
Registered User
Posts: 50
Joined: Sat Aug 25, 2018 12:40 pm
Contact:

Re: How to decrease the spaces between paragraphs?

Post by EmilianoL »

Mannix_ wrote: Thu Apr 15, 2021 6:23 am
Onnozel Manneke wrote: Wed Apr 14, 2021 7:27 pm The problem is that this will effect all br tags, like David63 also told you.
In the style, extensions etc...
EmilianoL wrote: Wed Apr 14, 2021 7:24 pm
br {
display: block;
margin: 15px 0;
content: " ";
}
changing br to .postbody br should narrow it down to posts/messages only
Super thanks!
Post Reply

Return to “[3.3.x] Styles Support & Discussion”