Thank you and Sorry Mustaq ,
I've meant in my question Top-B in stead of Top-a . In Top-a i've located the slider.
Below you will see how I would like it: So the positions
toolbar-l and toolbar-r
breadcrumbs ...( subbar) ............................................ search
top-a here comes the slider
top-b
here comes the mainmenu (menubar) width 980px
This is the php/html
<div id="menubar" class="grid-block">
<?php if ($this['modules']->count('menu')) : ?>
<nav id="menu"><?php echo $this['modules']->render('menu'); ?></nav>
<?php endif; ?>
<?php if ($this['modules']->count('search')) : ?>
<div id="search"><?php echo $this['modules']->render('search'); ?></div>
<?php endif; ?>
</div>
<?php if ($this['modules']->count('top-b')) : ?>
<section id="top-b" class="grid-block <?php if ($this['config']->get('wrapper-top-b') ) echo 'wrapped'; ?>"><?php echo $this['modules']->render('top-b', array('layout'=>$this['config']->get('top-b'))); ?></section>
<?php endif; ?>
Where do I move the section <div-id="menubar" class="grid-block"> ..??????????? into the top-b section ..?????
Would you please help me..?
thank you
Jos