wpForo 1.x.x [Closed] Gaps missing in signature
Hello,
The gaps in between sentences are missing in signature, do anyone have a solution to this?
Thanks
@motorhype
add this to custom css
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p {
line-height: 25px;
}
you can adjust the 25px as you like
@motorhype
ok, try this Code
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p br {
margin-bottom: 10px;
}
That's strange, I have cleared browser and forum cache but it still looks the same from my end 🙁
@motorhype
you added a second "br" to the code
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p br br {
margin-bottom: 10px;
}
remove the second br
I've just viewed it on my phone and it's still missing the gaps, have you cleared your browser cache because I can't see any gaps?
@motorhype
Ok, the solution is probably not cross-browser compatible 😉
only use <p> .... </p> tags instead of <br>
<p>MotorHype is the UK’s leading classified vehicle website that advertises used cars for sale, <a title="Events" href="https://www.motorhype.co.uk/events/">shows & events</a>, <a title="News" href="https://www.motorhype.co.uk/news/">motoring news</a> and hosts a comprehensive <a title="Forums" href="https://www.motorhype.co.uk/forums/">car forum</a>.</p> <p>Check out the latest MotorHype merchandise sold exclusively through our <a href="https://www.motorhype.shop/" rel="nofollow">online shop</a>.</p> <p>Looking to sell you car? Advertise it on MotorHype for FREE! <a href="https://www.motorhype.co.uk/panel/?action=create">Sell my car</a></p>
and this CSS Code
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p {
margin-bottom: 10px;
}
I've now added the code and pasted your coding to my signature but it's not displaying the html in my profile?
Am I doing something wrong?
Thanks
@motorhype
don't copy and paste the Code above
use 2 Line Breaks at each Line In the Signature editor so that separate p tags are created
-
User Signatures not showing on posts
3 years ago
-
How can edit my Signature?
3 years ago
-
Inserting image in signature?
3 years ago
-
Remove Signature from profile tab
4 years ago
-
Signature not showing
4 years ago
- 15 Forums
- 14 K Topics
- 70.2 K Posts
- 45 Online
- 12.4 K Members