Can someone help me with placing the figure at the bottom (centered) of the document in sharelatex. Currently I am using:
\documentclass[final,authoryear,3p,times,twocolumn]{elsarticle}]
\userpackage{graphics}
\begin{document}
\begin{frontmatter}
\graphicspath{}
\begin{figure*}[b!]
\begin{center}
\fbox{\includegraphics[width= \textwidth,height= 12cm]{Study_area.PNG}}
\caption{}
\label{fig:studysite}
\end{center}
\end{figure*}
\end{document}

dblfloatfixbut I don't kno wif it's compatible withelsarticle– David Carlisle Oct 10 '17 at 14:57