Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
940 views
in Q2A Core by
edited
Right now I am tweaking the default theme CSS, and I wanted to move the search box more to the middle. Is this possible without creating an advanced theme?

EDIT: I want to move more to the middle of the page, similiar to the way it looks on Facebook or Quora.
by
Do you mean the middle horizontally, or do you mean moving it further down the page, eg under the questions?

1 Answer

0 votes
by
You could probably move it in CSS (by adding some margin space below the title, and then using relative positioning to push the search box across and resize it), but this may risk some browser incompatibilities.

This task would be better achieved by actually relocating the HTML using an advanced theme; then the CSS is simpler.
...