Is there a way to adjust the height of the regions so that title for blocks in the content area is level with the title for blocks in the sidebar area? Attached a picture of what the regions currently look like.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| Drupal Example.JPG | 160.12 KB | prwashburn |
Comments
Comment #1
Deepika.chavan commentedHi,
Add following code in 'marinelli/templates/page.tpl.php' before
print render($page['sidebar_first']);this line.Please clear cached data.
HTH!!
Rgrds,
Deepika Chavan.