How to move a text more to the left in a frame in beamer? because It seems that when compiling the text make a space to the right by default and I have tried the \hspace but didn't work (it only worked to move the text to the right but not to the left). I have written
\begin{frame}
\begin{itemize}
\item 1
\item 2
\end{itemize}
\end{frame}
\hspace(or\hspace*) with a negative length, before the text, would work. What did you try exactly, can you show a minimal example demonstrating what you have and what you tried to do? – Torbjørn T. Jun 30 '18 at 11:17\hspace*{<length>}, i.e. with an asterisk. – Torbjørn T. Jun 30 '18 at 11:28@and the username, so I wasn't notified of that comment. Should we close your question as a duplicate of that one then? – Torbjørn T. Jun 30 '18 at 12:05