Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Gaps missing in signature

21 Posts
2 Users
0 Reactions
1,618 Views
Posts: 76
Topic starter
(@hypematrix)
Estimable Member
Joined: 4 years ago

Hello,

 

The gaps in between sentences are missing in signature, do anyone have a solution to this?

 

Thanks

20 Replies
Posts: 76
Topic starter
(@hypematrix)
Estimable Member
Joined: 4 years ago

This is how the signature is set up.

19 Replies
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@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

(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

Thanks, I've added the code but it's now made a gap inside sentences?

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@motorhype 

ok, try this Code

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p br {
    margin-bottom: 10px;
}
(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

I've just added the code but it's just gone back to how it was to start with?

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@motorhype 

that can not be
I can see on your side that it works

(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

That's strange, I have cleared browser and forum cache but it still looks the same from my end 🙁

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@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

 

(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

I've removed it but no change 🙁

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522
(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

Strange, must be some problem my end. Thanks for your help again 🙂

(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

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?

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@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 &amp; 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;
}
(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

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

(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@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

(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

Yes I can do that but it will be a problem for other users 🙁

(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

Do you have any other suggestions? I would really like to fix this.

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@motorhype 

You can use Advanced Editor Tools for more options

(@hypematrix)
Joined: 4 years ago

Estimable Member
Posts: 76

@tutrix 

Thanks 🙂