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

Galaxy S9+ BBPress ride side cut off

$
0
0

When I view topics on my S9+ the right side of the topic section is cut off.

Viewing on phones with smaller screens isn’t a problem. Just on a larger mobile screen.

It’s fine on Tablets too.

I have adjusted the screen res on my phone aswell.

I’ve attempted several CSS changes with no luck.

#bbpress-forums .hentry {
margin-left: 0px;
}

and

@media only screen and (max-width: 480px){
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
position: relative;
}
#bbpress-forums div.bbp-reply-author img.avatar{
position: relative;
display: block;
}
}


Viewing all articles
Browse latest Browse all 3669

Trending Articles