Hi Arnold D,
To add new module position in default layout of Purity III, please follow the instruction:
#1: Open
default.php file in
templates/purity_iii/tpls then add new module position
<jdoc:include type="modules" name="<?php $this->_p('your_module_position_name') ?>" />
#2: Define the new created module position in
TemplateDetail.xml file located in
templates/purity_iii
<positions>
<position>your_module_position_name</position>
</positions>
For more detail, please check detail documentation:
http://t3-framework.org/documentation/bs3-layout-system#add-position