Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #671410

    I am using Enfold, which I love, and I installed the DW Question Answer Pro plugin. Everything looks good out of the box aside from the question page. The avatar for the user loads in the correct position, but then after the page loads it moves or to the right about 100 pixels. If I change to the Twenty Fifteen theme, everything works just fine. I go back to Enfold and the avatar movies to the left after the page loads. I have just the standard Enfold theme without any modifications. I’ve disable all the plugins and it does the same thing, so I think it’s something with Enfold.

    Here is the page on my staging site. Once it loads, you’ll see the avatar move to the right.

    Any suggestions?

    Thanks!
    Dan Wassink
    Noteboom Tutorials

    #671447

    Hey danwassink,

    try this code inside Quick CSS field:

    .dwqa-question-item .avatar {
    left: -70px !important;
    }
    

    Best regards,
    Andy

    #671467

    Thanks. That worked partly. When their are two answers, the second on is still to the right.

    – Dan

    #671495

    Hi,

    Please replace the code Andy posted with following one

    .dwqa-container a {
        position: inherit!important;
    }

    Best regards,
    Yigit

    #671564

    That took care of it. Thanks!
    – Dan

    #671733

    Hi Dan,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Avatar moves to right after page loads’ is closed to new replies.