I have two poster in tikzposter and would like to hang them next to each other. Each poster has three blocks. I would like similiar blocks to have the same position on both posters. How can this be achieved?
Thank you for your time.
EDIT: code extract:
\documentclass[25pt, a0paper, portrait, margin=0mm, innermargin=15mm, blockverticalspace=15mm, colspace=15mm, subcolspace=8mm]{tikzposter}
\usepackage[utf8]{inputenc}
\useblockstyle{Basic}
\begin{document}
\begin{frame}[t]
\block{Title A}{Content A}
\block{Title B}{Content B}
\block{Title B}{Content C}
\end{frame}
\end{document}
On both posters, the contents of the blocks have different lengths. The problem is to make them the same height (or the same position for that matter).
\blocks defined in thetikzposterclass? – Torbjørn T. May 14 '16 at 14:47