Hi Andre,
You just need to edit and change the wecdevo.tmpl. It took me 20 minutes to create the one I have attached a link to it and others might find it useful too. It puts the journal and paging below. Of course, this all customizable so the paging/sizing icons could go somewhere else too. Also, with the journal below, you can widen it by going to Constant Editor.
[url]http://www.webempoweredchurch.org/fileadmin/forum_support/wecdevo-below.tmpl
[/url]
FYI, what I did was:
1) Move the side bar out of the row of <tr>...</tr> and made its own row of <tr>...</tr>
2) Adding extra styling with style="width:100%" to the right-col (I loooked at the CSS and it does nothing to put it on the right...except set the width...so I overrode this)
3) Switched the textpaging/sizing from top side to right side ande made both the journal div and icon div floats. So they could go side by side with CSS.
<div class="###CONTENT_CLASS###" style="float:left;width:70%;padding:8px;margin:4px;">
JOURNAL STUFF HERE
</div>
<div style="float:left;width:20%;padding:8px;margin:4px;">
ICON STUFF HERE
</div>
4) Then applied it all to the other TEMPLATEs (_NOJOURNAL, _INFO, _SCRIPTURE) in the file.
Hope this is helpful. You can change or tweak this all you want.
Note that I have found it easier to override the CSS inline when you are making minor changes. If you were totally redoing the look, then I would recommend to create new CSS and template for the look.
-Dave[url][/url]