Fachry
asked 9 years ago

How can i fix this problem http://rumahkonstitusi.com/question/registrasi/ ?? The image is not on right place i think…Thanks for your help

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file:

.single-dwqa-question .dwqa-question-item a {
    position: inherit !important;
}

.dwqa-question-item .avatar {
    position: absolute !important;
}

Hope this helps!

dominic Staff
replied 9 years ago

P/s: Add the following code to the style.css file to fix avatar in the answer section:

.dwqa-answer-item .dwqa-answer-meta a {
    position: inherit !important;
}
.dwqa-answer-item .avatar {
    position: absolute !important;
    left: 0 !important;
    top: 20px !important;
    border-radius: 48px !important;
}
Powered by DW Question & Answer Pro