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
Hey danwassink,
try this code inside Quick CSS field:
.dwqa-question-item .avatar {
left: -70px !important;
}
Best regards,
Andy
Thanks. That worked partly. When their are two answers, the second on is still to the right.
– Dan
Hi,
Please replace the code Andy posted with following one
.dwqa-container a {
position: inherit!important;
}
Best regards,
Yigit
That took care of it. Thanks!
– Dan