Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How to larger "My Question is Different" with CSS? its too tiny!

0 votes
or may be put it on top so user can see it?
asked Apr 26, 2011 in Q2A Core by Durian

1 Answer

0 votes

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;
}
answered May 3, 2011 by DisgruntledGoat