Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
407 views
in Q2A Core by
The way this box works is it is  to limited to ask long questions compared with some text boxes this one does not expand with the question and if the question is to long you can not see what you are typing is there any way I can make it wider ?

 

also how can I move the box atthe top of the page with a blue bolder around it like this one has?

1 Answer

0 votes
by

I believe you are talking about text input field?

You can expand or make it wider by changing its width in css. something like

.qa-form-tall-text{

width:600px;

}

or

.qa-form-tall-text{

width:100%;

}

by
Where exactly is the file I need to modified
by
You need to modify in css file. qa-style.css
by
Ok I believe I found the file you are referring to in the theme the icon that has a little gear, How ever I do  not know which one to edit as there are 36 pages  and I see a whole lot things  under qa form and tall but not of them look like what I want to edit  which is where you first ask the question, I see several things that have width  but very few that say height can you give me something a little easier to search under?
by
I think you are looking at wrong place, you need to check in your theme directory. Also it requires some knowledge of css.
...