Skip to:
Content
Pages
Categories
Search
Top
Bottom

Galaxy S9+ BBPress ride side cut off


  • mattybakes01
    Participant

    @mattybakes01

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

  • You must be logged in to reply to this topic.
Skip to toolbar