Hi guys!
I need to implement two new module position as shows in the figure attached: on on the left and the second on the right.
In the middle, logo menu' and Language botton shoud be reamain as is.
I already tried adding new position name in the file templateDetails.xml
Moreover in index.php i added the following code:
<?php if ($this->countModules('New-sx')) : ?>
<div class="New-sx">
<div class="row">
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('New-dx')) : ?>
<div class="New-dx">
<div class="row">
</div>
</div>
<?php endif; ?>
But maybe I wrong the position and the Laguage/searc icons will misaligned from the menu
I've a second question... How to remouve the logo?
thank you!
BR
Pietro