Hello
Insert-index is the zone under x posts where x widgets can be displayed.
In my case it's after the first post with 3 widgets.
The ouput html is
<div id="index-insert" class="aside">
<ul class="xoxo">
<li id="text-3" class="widgetcontainer widget_text">
<h3 class="widgettitle">Texte 1</h3>
<div class="textwidget"></div>
</li>
<li id="text-4" class="widgetcontainer widget_text">
<h3 class="widgettitle">Texte 2</h3>
<div class="textwidget"></div>
</li>
<li id="text-5" class="widgetcontainer widget_text">
<h3 class="widgettitle">Texte 3</h3>
<div class="textwidget"></div>
</li>
</ul>
</div><!-- #index-insert .aside -->
I would like to display the three zones beside each other (list inline) but as stupid as it can seem I fail.
Any bit of css code warmly welcom
Thanks in advance
Luc