I would like a beamercolorbox to extend wd=paperwidth, but text content only to cover the original textwidth and position. Is there some recommendation for doing it?
Thanks, Luis
Not a beamercolorbox but a tcolorbox:
\documentclass{beamer} \usepackage[most]{tcolorbox} \begin{document} \begin{frame} \begin{tcolorbox}[extrude left by=1cm, extrude right by=1cm] text \end{tcolorbox} \end{frame} \end{document}