The module with the 3 images (movie 1, movie 2, movie 3) should really be in the middle blocks (above the content and to the left of the right column)… right now it’s in the Top blocks which causes the right column to not be next to it, but below it with the content.
Here is my default layout code which needs customized. I’m not sure how to put that module in the middle block of code – anyone have suggestions?
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="top-panel" type="modules" style="raw" main-inner="1">top-panel</block>
<block name="header" type="header" main-inner="1"></block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2</block>
<block type="modules" style="raw">banner</block>
</blocks>
<blocks name="middle" colwidth="30">
<block name="left1">left</block>
<block name="right1" main-inner="1">right</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" main-inner="1">user6,user7,user8</block>
<block name="footer">user10,user11</block>
</blocks>
</layout>