I am trying to split the header block (which has by default the logo and search) into three blocks. I want to take advantage of the whitespace/empty in the middle of the logo and search columns. I have attempted to make edits in the layout section of the backend but not looking good.
I also attempted to split the top-bar into two columns but rather the columns are siting on each other instead of side-by-side. My goal is to add a newsletter module in the far right of the login module I have on the top bar.
Here is the split for that?
<block name="top-panel" type="modules" style="raw" colwidth="25" main-inner="1" fixheight="2">top-panel, newsletter</block>
<block name="header" type="header">header,banner,search</block>
Thanks