How can I reduce the space between two \cvmetaevent? The codes are the following
%----------------------------------------------------------------------------------------
% CV META EVENT
%----------------------------------------------------------------------------------------
% Renders a CV event on the sidebar
% param 1: title
% param 2: subtitle (optional)
% param 3: customer, employer, etc,. (optional)
% param 4: info text (optional)
\newcommand{\cvmetaevent}[4] {
\textcolor{maincol} {\cvtext{\textbf{\begin{flushleft}#1\end{flushleft}}}}
\ifthenelse{\isempty{#2}}{}{
\textcolor{darkcol} {\cvtext{\textbf{#2}} }
}
\ifthenelse{\isempty{#3}}{}{
\cvtext{{ \textcolor{darkcol} {#3} }}\\
}
\cvtext{#4}\\[14pt]
}
%---------------------------------------------------------------------------------------
% QR CODE
%----------------------------------------------------------------------------------------
% Renders a qrcode image (centered, relative to the parentwidth)
% param 1: percent width, from 0 to 1
\newcommand{\cvqrcode}[1] {
\begin{center}
\includegraphics[width={#1}\mpwidth]{qrcode}
\end{center}
}

\cvmetaevent {CSIR-UGC NET, December, 2014}
{Life Sciences}{Rank-23(LS)}
\cvmetaevent {ICMR-JRF,2015}{Life Sciences}{Rank-91} {}
– Maynak Mar 15 '23 at 15:59%at the end of each line within that command. – dexteritas Mar 15 '23 at 16:05\documentclassand end with\end{document}(which it currently doesn't; currently it's just a code snippet). Can you do that? – Werner Mar 15 '23 at 16:53