\begin{multicols}{2}
\begin{itemize}
\setlength{\itemsep}{1pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
\setlength{\leftmargin}{-.25in}
\item a
\item b
\item c
\item d
\item e
\item f
\end{itemize}
\end{multicols}
Now I'm noticing that if I start a list like that at the top of a section, the first elements in each column arnt lined up. Know how to fix that anychance?
Please provide a fully compilable minimal example of what you mean. At the moment, I don't know how to duplicate this problem. It seems to work fine for me at the start of a section, at least in the article class with no other packages besides multicol and enumitem loaded.