I am using the waffles theme which I absolutely love because the amount of block regions it provides. I had to create a new region just for my homepage to expose a view slideshow and views in the quicktabs format. I added the content region [content_middle] and made the necessary changes in the .info file, page.tpl.php and css file. The content shows up beautifully in the center content region right below the title. However, I noticed that links in the sidebar_last are broken (those that are directly in line with the content in the new block region). I have not applied any special css to this new block regions just -
#content-middle {
margin: 0 0 20px; /* default spacing between content regions */
min-width: 600px;
}

-------------------------------------
Since I am new to Drupal and still learning the modules and themes construction I have no idea how to troubleshoot this?? Please help!