How can I remove empty space on bbpress topic view?

Posted in: Newspaper
Post count: 7

Hello dear staff,
How can I remove empty space on bbpress topic view as shown below?

Thanks.

Post count: 23312

Hello derbentcioglu,

Provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 7

Hello Catalin,
Example url: http://www.kargu.org/erdem-ocagi/konu/acis
You can see on mobile version.

Thanks.

Post count: 20688

Hi,

Enter this code in Theme panel->Custom Css

@media (max-width: 767px) {
#bbpress-forums div.bbp-reply-content {
margin-left: 0;
}
}

Result – https://www.screencast.com/t/A9tdM65bOG
Thanks

Post count: 7

Thank you very much Simion!

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