Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: In ‘mobile device’, ‘Profile Box’ is big and ‘content area’ is small.

$
0
0

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;
}

}


Viewing all articles
Browse latest Browse all 3638

Trending Articles