I have an article using the two column enviornment but the title and abstract in a single column which works fine like this:
\documentclass[a4paper, 11pt, twocolumn]{article}
\begin{document}
\twocolumn[
\maketitle
\begin{onecolabstract}
Here is my abstract...
\end{onecolabstract}]
\end{document}
I now need to add information BEFORE the title but it always causes a page break. I have tried this solution and a couple more, but it didn't work. Unfortunately, I am quite new to TeX and couldn't find a solution that worked.

\maketitlewithin the\twocolumn[...]component. – Werner Apr 22 '14 at 17:56