Tuesday, August 9, 2011

Div tag alignment problem in Drupal

Problem:


While editing template files in Drupal, div tags that contains footer links may not be displayed in order (ie. expected location where that div tag should be).


Solution:


Add this line of code  in between the footer and main-container tags <div class="clr"></div>


Note : 
           This may vary to theme by theme.

No comments:

Post a Comment