I am using code written below and experiencing some issues with tables and page numbers. I expect table not to overlap with page numbers but it does. How can I solve this problem ? Thanks.
Code: Select all
\begin{table}[htbp]
\centering
\scriptsize
\caption{T1}
\label{tab:table1}
\begin{tabularx}{\textwidth}{p{1em} X | X X X X X X }
\toprule
...
\midrule
...
\bottomrule
\end{tabularx}
\end{table}