GREAT!
This is done by adjusting the value.
Thank you very much.
————————————————————-
/* Change margin */
@media only screen and (max-width: 499px) {
/* Change the width of the author column */
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
display: none;
}
/* position the left hand side of the content column */
#bbpress-forums div.bbp-reply-content {
margin-left: 0px;
}
/* hide the avatar */
a.bbp-author-avatar {
display: none;
}
}