I have a landscape figure in my document that I want to move to the right because a small part of the figure falls of the page (there is enough space on the right to display it entirely without reducing the size)
\begin{landscape}
\begin{figure}[H]
\centering
\includegraphics[width = 0.4 \textwidth]{figures1}
\end{figure}
\end{landscape}
\hspace*, of course.) – Torbjørn T. Jun 01 '13 at 11:58