• Resolved igorpavlov

    (@igorpavlov)


    Hello, I was told that “Position: #absolute;” prevents the appearance of avatars on the site and said to delete. How can I remove it and what might it entail?

    Thanks you)

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author apollo13themes

    (@apollo13themes)

    Hello 🙂

    I don’t think this is the best solution;-)

    Please show a link to a website where you have avatars and/or add a screenshot with them marked so we could be sure we are talking about the same thing:-)

    With kind regards.
    Air.

    Thread Starter igorpavlov

    (@igorpavlov)

    Here’s the *page* that has the avatar.
    Not displayed, if you click on the user information (i), then only half is displayed.

    Theme Author apollo13themes

    (@apollo13themes)

    OK, now I see that theme styles are affecting this plugin styles. Please add such custom CSS:

    .rcl-user-getails .rcl-user-avatar img{
        position: static;
    }

    https://rifetheme.com/help/docs/customizing-the-theme/custom-css/

    With kind regards.
    Air.

    Thread Starter igorpavlov

    (@igorpavlov)

    Thank you! The avatar opens, but it doesn’t appear on the main page 🙁
    What more do you need to add?)

    Theme Author apollo13themes

    (@apollo13themes)

    Hye 🙂

    Instead of the previous CSS, please use this one:

    #rcl-avatar img, .rcl-user-getails .rcl-user-avatar img{
        position: static;
    }

    With kind regards.
    Air.

    Thread Starter igorpavlov

    (@igorpavlov)

    Wow!!! Good. Thanks you very much! 🙂

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

The topic ‘Position: #absolute;’ is closed to new replies.