Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
220 views
in Q2A Core by
or may be put it on top so user can see it?

1 Answer

0 votes
by

You need to target the CSS class .qa-form-basic-button or .qa-form-basic-button-proceed

Here's what I have in my CSS, hope it helps:

 

.qa-form-basic-button, .qa-form-basic-hover {
  margin: 4px 4px 4px 0;
  padding: 3px 4px;
  font-size: 14px;
  vertical-align: middle;
}
...