Skip to:
Content
Pages
Categories
Search
Top
Bottom

the Avatar Picture is not showing properly

Viewing 3 replies - 1 through 3 (of 3 total)
  • @nishanm87

    Member

    Can anybody help me with this please?

    @sniperkitten

    Member

    Looks like you accidentally add unnecessary line in your style.css

    Find the following lines:

    .reply {
    float:right;
    margin-left:18px;

    }

    Remove the “float:right;” from it, leaving:

    .reply {
    margin-left:18px;

    }

    This should solve the problem.

    @nishanm87

    Member

    Thank you

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