[Tex/LaTex] Putting footnote below footer

fancyhdrfootnotesheader-footer

enter image description here

Hello, using \footnote{insert footnote}looks weird with my footer defined as follows. Is there a method to put the footnote below the footer line? Or any other presentation that looks good

\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyfoot[R]{ \thepage\ }
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.8pt}
\usepackage{booktabs}
\usepackage{dcolumn}

I also landed on footnote-in-footer‌​, and it seems like what I exactly want, but somehow doesn't work for me.[tex.stackexchange.com/questions/23486/footnote-in-footer‌​]

Best Answer

add this in your preamble \usepackage[bottom]{footmisc}