Hi Stephan,
I would like to have a full width colored header. The content of the header (logo, menu, search) should not be placed on the left (like in clean.xml for example) but within the grid area. Like this for example: http://awesomescreenshot.com/0eb5zawi12
I tried to put another <grid>
in the NavbarHorizontal
like this, but it didn't work:
<component type="NavbarHorizontal" > <grid> <row> <cell span="12"> HeaderCode... </cell> </row> </grid> </component> <grid> ContentCode </grid>
Can you point me into the right direction please?