Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Avatar Displaced on Custom Community theme


  • Baloydi Lloydi
    Participant

    @lordzden

    Test This URL: http://opononline.com/topic/test-post/

    Check the screenshot and focus on the highlight:
    http://screencast.com/t/inCTM2EELk6T

    Code I copied when I right clicked the page in Mobile view:

    
    @media only screen and (max-width: 480px)
    #bbpress-forums .bbp-body div.bbp-reply-author {
        margin: -15px 10px 10px;
        min-height: 100px;
        padding-left: 80px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    #bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
        float: left;
        text-align: center;
        width: 115px;
    }
    

    I tried TS but not successful.

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robkk
    Moderator

    @robkk

    bbPress reply posts are having issues with CSS from your theme that is for WordPress comments.

    Try this CSS, add it to your child themes style.css file or add it to a custom css plugin.

    #bbpress-forums .reply a {
      float: none;
      padding: 0;
      color: inherit;
      font-size: inherit;
      display: initial;
      position: initial;
    }

    Baloydi Lloydi
    Participant

    @lordzden

    Hello @robkk,

    You’re a life saver! Thank you so much!

    Have a good day!!!

    -Lloyd

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Avatar Displaced on Custom Community theme’ is closed to new replies.
Skip to toolbar