medator Banner Module to the Top of the Menu How to Assign a New Module Position
In reference to this documentation excerpt
-- Have added this code snippet in /tpls/blocks/header.php
<!-- NAV ABOVE POSITION -->
<?php if($this->countModules('top-header')): ?>
<div id="top-header">
<jdoc:include type="modules" name="<?php $this->_p('top-header') ?>" style="raw" />
</div>
<?php endif; ?>
--- Defined the newly created module position in /templateDetails.xml file
--- You can assign your module to top-header module position although, it would require to add some CSS rule-set to get it right
Also, You may add this to custom.css file and adjust height value accordingly for specific block when module has been assigned to newly created module position :
.t3-mainnav{height:120px !important;}