Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
479 views
in Q2A Core by
Hi, I have a problem with answer a question. I can't answer, but I can only comment question.

Somebody knows what should I do?

My forum http://forum.cotojestbitcoin.xyz/

1 Answer

+1 vote
by

Probably, it is due to incorrect customization of the theme style.

qa-theme/SnowFlat/qa-styles.css

/*------[ a-list ]------*/
.qa-part-a-form {
padding: 20px;
background: #fff;
margin-bottom: 5px;
display: none; /* <= incorrect! */
}

by
ok, but what should I do?
Now I have this

.qa-part-a-form {
    padding: 20px;
    background: #fff;
    margin-bottom: 5px;
    display: block;
}

it doesn't work :(
by
You do not seem to have fixed it yet. "display: none;" remains. Check with "Developer tools" of your browser.
by
But I don't know how can I fix it? Can you help me?
...