bbpress display

Posted in: Newsmag
Post count: 6

Dear tagDiv team,

I just setup bbpress as forum, plase check my website:

+ With forum url: https://www.hifivietnam.vn/forums/
They are normal display.

+ With category or topic url: https://www.hifivietnam.vn/forums/topic/bo-suu-tap-bang-cassette-khong-lo-o-ha-noi/
They have big emplty space between header and main forum body.

Could you please tell me where to fix it.
Thank you so much!

Post count: 35449

Hello,
This can be adjusted using this custom css:
.single.single_template_6 .td-header-wrap {
height: auto;
}

This code should be set in the theme panel > custom code> custom css -https://i.imgur.com/QjCPQQT.png
I hope will help you!

Post count: 6

Hi Calin,

I’m using style 6 for every post.
If using this css, post using style 6 cannot display as normal.

Do you have any ideas?

Post count: 35449

Ok, in this case please replace the above code with this one:
.bbpress.single.single_template_6 .td-header-wrap {
height: auto;
}

I hope this will resolve the problem.

Post count: 6

They work perfectly. Thank you, Calin!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.