Hi!
I was able to figure it out! I used a combination of the bbpress style-pack plugin to hide most of the options i didnt want for “author” except name and role which i needed
and used the following css coding to achieve my desired result.
now my content is full width on mobile and the author/role has been positioned where i wanted it.
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
margin: 0px 5px 0px 15px !important;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content .p {
padding:60px 0 0 0;
}
Thank you for this great theme, and your quick response!!