I want to have the right two columns out of three merged together in this code:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{multicol}
\begin{multicols}{3}
Stuff
\end{multicols}
\end{document}
Or maybe make two columns but one of them takes two thirds of the page.
Any ideas how to do this? Any help would be appreciated