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

CommentFileSizeAuthor
Drupal Example.JPG160.12 KBprwashburn

Comments

Deepika.chavan’s picture

Hi,
Add following code in 'marinelli/templates/page.tpl.php' before print render($page['sidebar_first']); this line.

<div class="sidebar-empty-div" style="margin-bottom:15px;"></div>

Please clear cached data.
HTH!!

Rgrds,
Deepika Chavan.