dtp2
asked 6 years ago

Hi,
On the question-overview page, the button has DWQA styling and is placed on the left side, under the Captcha.
 

 
On the Answer page, it seems like the button has the style defined in my template, but is placed on the right side, far away from the button.
 

 
Is there a way that all the buttons honor the style set in the template and to make them all aligned to the left, under the Captcha where most/all people expect it to be?
I now received a sixth question from someone that has issues finding the buttons and when I look into this, this difference also seems a bit odd.

1 Answers
DominicStaff
answered 6 years ago

I have checked your site and you can add the following code to the style.css file to fix this issue:

.dwqa-answer-form form input.dwqa-btn {
    text-align: left;
    float: left;
    margin-top: 20px;
}
Powered by DW Question & Answer Pro