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
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!
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;
}
Please login or Register to submit your answer