I need help concerning a LaTeX poster presentation (using the 'Landscape' template) with a 4-column layout (see attached picture). Instead of using columns 2 and 3 separately, I am using them as one big column for my main part. The problem is, that I need to separate them again as I want to insert a figure and nicely wrap the text around it - in a two-column style (see attached picture). I tried the following procedure
\begin{columns}[t,totalwidth=\twocolwid]
\begin{column}{\onecolwid}\vspace{-.6in}
\begin{block}
...
but this just leaves this gray, horizontal separating line, above the text located to the left of the image (as illustrated by a dark gray box).
Moreover, when I just try to use the following idea:
\begin{columns}[T]
\begin{column}{.6\textwidth}
...
\begin{column}{.4\textwidth}
the text that should be to the left to my image is in bold (can't be changed with \textnormal etc.)
Maybe you guys have some ideas,
Many thanks in advance!


\documentclass{...}and ending with\end{document}. A suggestion: Do us a favour and change your username to something more telling than "user1234". – Martin Schröder Dec 13 '15 at 23:21