I want to align the fig footer text in figure caption to left in double column image. Use of following code giving center alignment.
cta_author latex file is available at:CTA
\documentclass{cta-author}
\newtheorem{theorem}{Theorem}{}
\newtheorem{corollary}{Corollary}{}
\newtheorem{remark}{Remark}{}
\begin{document}
\begin{figure*}[!t]
\centering{\includegraphics{sample_1.eps}}
\caption{Sample graph with blue (dotted), green (solid) and red (dashed) lines
\figfooter{a}{Subfigure 1}
\figfooter{b}{Subfigure 2}\label{fig1}}
\end{figure*}
\end{document}


\documentclassand ends with\end{document}, can be compiled and illustrates the problem. BTW, your questions seems to have already been asked here. – Nov 18 '18 at 01:30