Hi, Im fairly new to Drupal (and php, css) and hope someone can help me. I use Drupal 7.

what I want to do: I have a slideshow in the banner region of jackson, and want to create a new region to the right side of this region in order to put a block there.

I have managed to create a new region and added a block to it which was quite simple, but I want it inside the "banner-wrap" div and to the right of my slideshow.

Thus something similar to the structure of preface on, preface two, preface three, which starts with this code in page.tpl.php: if ($page['preface_one'] || $page['preface_two'] || $page['preface_three']):

What I did: 1. created a new region in jackson.info 2. created a new div id in page.tpl.php (so far ok as I got the new region displayed after adding a block there and styled the new div id in css)

3. I then tried to get the new region side by side the banner region by looking at how it was done with the preface and bottom regions, but no luck!

Hope someone can help me.