Skip to:
Content
Pages
Categories
Search
Top
Bottom

Author avatar floating top-left


  • SCN_CSM
    Participant

    @scn_csm

    Hello. I am using theme Tempera and as you can see here, i have a problem with the avatars, when i’m seeing the website by mobile phone.
    How can i resolve it? Thank you.

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

  • Robkk
    Moderator

    @robkk

    try this

    @media only screen and (max-width: 480px) {
    #bbpress-forums div.bbp-reply-author img.avatar {
    position: relative;
    width: 60px;
    height: auto;
    }
    }

    SCN_CSM
    Participant

    @scn_csm

    “position: relative” was the thing !!
    thank you very much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar