I have the following qtree
\begin{center}
\Tree[.{\tiny \ttfamily \itseries educated at}{\tiny \ttfamily ( Bush, University of Texas at Austin)} [. [. \textit{\tiny 193938.xml} ]
[. \textit{\tiny sentence 2} ]]
[. [. [. [. \textit{\tiny Q Value} \textit{\tiny University of Texas at Austin} ]
[. [.\textit{\tiny Q Value} ]\textit{\tiny Bush} ] ] ][. [. [. [. \textit{\tiny P26} \textit{\tiny educated at} ]]]]]]
\end{center}
The alignment is really messing up my paper.
Right now it looks like this:

as you can see, it just sort of trails off into the margin there.
How can I fix that?
I guess it could be easily done if I could just move the center branch furthur up so that the one on the right didn't jut out as far.
UPDATE
\begin{forest}
[{\tiny \ttfamily \itseries educated at}{\tiny \ttfamily ( Bush, University of Texas at Austin)}, qtree edges,s sep=1cm [[\ts{.}] [[[$\epsilon$]]
[$\epsilon$]]][[$\epsilon$]]] \end{forest}
:/ How to use forest?
I hope it can look like this:


forest(and there are many, many examples on this site if you search for forest or filter using its tag), if the tree still doesn't fit horizontally, here are some questions/answers that give options for making it fit: http://tex.stackexchange.com/a/225355/42880, http://tex.stackexchange.com/a/230474/42880, http://tex.stackexchange.com/q/226435/42880. – Jason Zentz Apr 29 '15 at 13:24\usepackage{qtree}that. that tree and package thing go in the.texfile – smatthewenglish Apr 29 '15 at 13:24