Hi all,

http://tinyurl.com/4zuntjd

I have a slideshow block in the content region but when I place a block in the right sidebar region it appears on top of the slideshow ie the two regions / blocks are taking up the same space. I want the right sidebar block to appear below the slideshow block. I know I could give the right sidebar block a big margin-top but is there a better way to do this?

Thanks

Comments

JohnAlbin’s picture

Status: Active » Postponed (maintainer needs more info)

There's no right sidebar on the page at http://www.jurim.info/lpa/

shruti.sheth’s picture

Hello,

The other way to solve this problem is as follows

1. You can create a new region named content top and place your slideshow block in this region

2. To create this region

Add the following code in your .info file

regions[content_top]    = Content Top

3. Add the following php code above the main-wrapper and below the header regions in your page.tpl.php file

   <div class="content_top">
    <?php if($page['content_top']):?>
   <?php print render($page['content_top']); ?>
      <?php endif; ?>
    </div>
shasha_s’s picture

JohnAlbin’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing.