I am using http://drupal.org/project/admire-gray
but every time i put a block in the content it stays at the bottom, i have tried following some of the directions in other posts but it did not work.

Thanks for any help you can give.

Comments

vm’s picture

you have to create a region above the content area in the theme for blocks to be located above the content area.

In cases like this, I usually find a theme that does what I want. Locate the documentation in the theme developers handbook and mimic what I see.

dailypress’s picture

A new field is all I see under Content Type. Can you please explain how I would add a region?

I would also like to have my Content Block (which plans to be banner advertisements) to go above content and below the Title.

thanks in advance,
DP

vm’s picture

regions are defined in .info and layout in in page.tpl.php and sytled in style.css more information in the theme developers handbook in the documentation area, multiple references that can be found with search and of course tutorials on google.