BBPress forum title

Posted in: Newspaper
Post count: 6

I used the page template to create a forum index page, along with the shortcode, for my forums – http://2024.rpecwa.org/member-forums/.

However, the individual forums use the bbpress.php file and the forum title is partially covered by the header – http://2024.rpecwa.org/rpecforums/forum/rpec-open-forum/. Is there a means to increase padding above the title in custom css to rectify this?

  • This topic was modified 2 years by RPECAdmin.
Post count: 27744

Hello,

You can use this code .bbpress .td-container
{
margin-top: 25px;
}

Set the code in Theme Panel > Custom code -> Custom css.

Thank you!

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