Hi,
I use this template and I have a problem with div ja-mainbody. With filezilla I have this situation:
<div id=”ja-mainbody” style=”width:75%”>
<div id=”ja-main” style=”width:69.33%”>
<div id=”ja-left” class=”column sidebar” style=”width:30.67%”>
<div id=”ja-right” class=”column sidebar” style=”width:25%”>
My layout is:
<blocks name="middle" colwidth="23">
<block name="left1">left</block>
<block name="right2" width="25">right</block>
</blocks>
Why the position left div is located outside div ja-mainnav? The problem is when I do not publish modules to the right: right is empty.
For example:
| Main 75% | right blank
How do I get “main 100%” when the right form is not published?
Thanks
Rob