with the following settings how can I add space between columns or just move them in the middle as they're positioned on the left side? The table looks great but I do not find a way to move column or just add space. I tried some of your suggestion but doesn't seem to work in my case! New user: sorry. Many thanks for your help!
{
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}
\begin{tabular*}{1.0\textwidth}{l*{2}{cc}}
\toprule
&\multicolumn{3}{c}{Test table} \\\cmidrule(lr){2-4}
&\multicolumn{1}{c}{(1)} &\multicolumn{1}{c}{(2)} &\multicolumn{1}{c}{(3)} \\
\midrule
Treatment & -0.06 & -0.03 & 0.00 \\
& (0.07) & (0.05) & (0.03) \\
\addlinespace
Controls & No & Sí & Sí \\
\midrule
Observaciones & 2446 & 2445 & 2417 \\
\end{tabular*}
}



