Align sidebars titles
Posted: Thu Nov 08, 2007 11:08 pm
Hi,
Im using Serendipity with the theme 'idea'. This uses the file sidebar.tpl from the templates\default folder. This file says:
The style for the Title looks for: serendipitySideBarTitle. This item is used for the left and rightside. I would like to align the text for the rightside different then for the leftside. How can I separate this?
I think the requires a change to sidebar.tpl (which I dont know) and the .css of the theme 'idea'. I thought about changing the class for the leftside into serendipitySideBarleftTitle and the rightside serendipitySideBarrightTitle.
Please help me with spliting the the layout of the sidebars into left and right.
Thank you,
Janine Ringers
Im using Serendipity with the theme 'idea'. This uses the file sidebar.tpl from the templates\default folder. This file says:
Code: Select all
{if $is_raw_mode}
<div id="serendipity{$pluginside}SideBar">
{/if}
{foreach from=$plugindata item=item}
<div class="serendipitySideBarItem container_{$item.class}">
{if $item.title != ""}<h3 class="serendipitySideBarTitle {$item.class}">{$item.title}</h3>{/if}
<div class="serendipitySideBarContent">{$item.content}</div>
</div>
{/foreach}
{if $is_raw_mode}
</div>
{/if}I think the requires a change to sidebar.tpl (which I dont know) and the .css of the theme 'idea'. I thought about changing the class for the leftside into serendipitySideBarleftTitle and the rightside serendipitySideBarrightTitle.
Please help me with spliting the the layout of the sidebars into left and right.
Thank you,
Janine Ringers