I have the new modulo, and I did styles,
Gracias..
I also read this post
Hi,
As I understood you want to remove the space between the header and menu. Find if there is margin-bottom property applied to ja-header in your template.css. Change bottom margin according to as much space you want to keep between the header and menu.
Then you may need to specify bottom margin to ja-mainnav div so that there will be some space between the menu and the content area below that. (This is because you have moved the header above, which had some space between header and the content below.. )
To create a new module position above the header,
1.Go to Extensions > Template manager > Your Template > Layouts Tab.
2.Find the Layout you are using and click on Edit link infront of it.
3.Find <block name=”header” type=”header” main-inner=”1″></block> and add <block name=”newposition” type=”modules”>newposition</block> above it.
4.Save the layout and check it in frontend using yourdomain.com/?tp=1 as a url