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.

 

[Solved] Issues when using headers h2, h3, etc.

5 Posts
2 Users
1 Reactions
93 Views
Posts: 3
Topic starter
(@iseetwizard)
Active Member
Joined: 3 weeks ago

Hi

When copying over some text I often have my old headers h2, h3 etc which should be conserved.

This is also no problem except if it directly starts with one - here is a big space on the top until the here in the picture h3 gets displayed.

If I put some text before as normal text this one is displayed on the top but the h3 still below my user info

I tried to figure out if there is a CSS that is creating that but couldn't find anything - maybe here some had such an issue and maybe has a solution?

4 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Provide the direct URL where we can see the issue.

3 Replies
(@iseetwizard)
Joined: 3 weeks ago

Active Member
Posts: 3

@sofy Hi

I created an entry with the problem here: Test Entry – News, info & more – ISeeT Forum

I still couldn't figure out where it could come from :/

So for the moment I'm removing manually every header and set it as a paragraph and simply applying manually the look

Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

@iseetwizardΒ 

Try this CSS code:Β 

#wpforo h1, #wpforo h2, #wpforo h3, #wpforo h4, #wpforo h5, #wpforo h6 {
     clear:none;
}

Insert the CSS codes in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.Β Β 

(@iseetwizard)
Joined: 3 weeks ago

Active Member
Posts: 3

@sofy boah ey
How stupid from me - didn't think about this CSS (clear) and than it's exactly that πŸ™

Thank you very much for your help and solution