Nevermind, I found it. Thank you for your help.
edit bbpress.css
Look for below id and comment out inline replace with display:block;
#bbpress-forums .bbp-forums-list li {
/*display: inline;*/
display:block;
font-size: 11px;
}
So this would have to be done with each ID “(forum”)?
Yes it’s their contact form. Ajax just spins out infinitely and never sends
http://www.dev4press.com/contact/
Excellent, thank you. I do know which edit to remove in page.php. I wasn’t sure what page was being called because I couldn’t find anything in the editor. Sounds good, thanks for your help.