Hi Paolo, This is the XML I have before I add the menu bar component: <quilt layout="one-column" nestable="false"> <add to="common-header"> <component id="quilt:Header"/> </add> <add to="main-content"> <component id="post-list"/> </add> <add to="common-footer"> <component id="quilt:Footer"/> </add> </quilt> And here's the XML that's causing the problem: <quilt layout="one-column" nestable="false"> <add to="common-header"> <component id="quilt:Header"/> </add> <add to="main-content"> <component id="menu-bar"/> <component id="post-list"/> </add> <add to="common-footer"> <component id="quilt:Footer"/> </add> </quilt> so as it seems to me, there's no menu bar there yet.