I can´t get the minipages title to align with one another, as you can see in the images. Already tried align*. Thanks for the help!
\documentclass
\begin{minipage}{0.4\textwidth}
\cvsection{Software}
\cvtag{Excel}
\cvtag{Word}
\cvtag{Eviews}
\cvtag{LaTex}
\cvtag{Haskell}
\cvtag{Access}
\cvtag{R}
\cvtag{PowerPoint}
\end{minipage}
\hfill
\begin{minipage}{0.5\textwidth}
\cvsection{Languages}
\begin{itemize}
\item Portuguese (Native)
\item English (Fluent)
\end{itemize}
\end{minipage}
\end{document}
\documentclassand end with\end{document}and allows us to copy-and-paste-and-compile and replicate your issue. Nothing extra, just the essentials to replicate the issue. – Werner Jan 19 '21 at 20:37articleclass that shows the problem, then people can debug for you – David Carlisle Jan 19 '21 at 20:57\beg{minipage}[t]for both minipages. – leandriis Jan 19 '21 at 20:58\documentclassname, missing\begin{document}) and the two minipages will be vertically aligned as youhave blank lines (paragraph break) between them, does your real document have blank lines there? – David Carlisle Jan 19 '21 at 20:59