To add a div to a zone or a section you need to duplicate any of the .tpl files located in either Alpha or Omega and place into your subthemes templates folder. Then modify and add the
you need. Flush the caches and the div will appear.
You may want to look at the folder alpha/templates/page.tpl.php
Also in your subtheme settings you may add a class directly to the zone or region directly if needed.
Comments
Comment #1
Anonymous (not verified) commentedhow would i add a div in zones section in template? i need to for design customization reasons.
Comment #2
cellar door commentedTo add a div to a zone or a section you need to duplicate any of the .tpl files located in either Alpha or Omega and place into your subthemes templates folder. Then modify and add the
you need. Flush the caches and the div will appear.
You may want to look at the folder alpha/templates/page.tpl.php
Also in your subtheme settings you may add a class directly to the zone or region directly if needed.
Comment #3
carajito commentedThanks @Cellar Door