Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
302 views
in Q2A Core by

Just wanted to float the labels and input fields next to each other on the ask page. Kind of very difficult, a lot of TRs do not have class names. What I try to achieve with only CSS seems simple but not possible with the table structure we have with v1.6.3:

Your name:    INPUT FIELD

Your email:    INPUT FIELD
 

Or try to give the entire captcha field another color!

Even with using nth-child(x) selector it does not work, because it fails to get the correct TR. The ask form is different for registered users and anonymous users.


My suggestion is to use DIVs instead of multiple tables for the ask form, that would make custom styling much easier.

 

Q2A version: 1.6.3

Please log in or register to answer this question.

...