Closed LesliekWood closed 2 years ago
Look for the \end{paracol}
in your .tex file, then move it to the end of your first page contents (including sidebar). Add \clearpage
after \end{paracol}
to start a new page if necessary.
Thanks for the help, there isn't any \end{paracol} but I did solve it by using
% Make Section go full width of the page \newenvironment{fullwidth}{% \begin{adjustwidth}{}{\dimexpr-\marginparwidth-\marginparsep\relax}} {\end{adjustwidth}}
\begin{fullwidth}
\end{fullwidth}
OK, it sounds like you're using a rather old version. In general it is recommended to use the current version of altacv.cls and sample.tex; see https://github.com/liantze/AltaCV.
Hello
is there anyway to not show the sidebar on page 2 and let the section go across the entire page? I still want the sidebar to show on page 1.
Thanks Leslie Wood