Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
#column {
float: left;
width: 195px;
font-size: 80%;
margin-right:5px;
}
#main {
float:right;
position: relative;
width: 750px ;
padding: 5px 0 0 0;
height:100%;
font-size: 100%;
}
<div id="column">
{widgets pos=right}
<div id="{$id}">
<h4>{$subject}</h4>
{$content}
</div>
{/widgets}
{widgets pos=left}
<div id="{$id}">
<h4>{$subject}</h4>
{$content}
</div>
{/widgets}
</div>
1 to 17 of 17