Hi
-
Go to /tpls/blocks/mainnav.php find this code
<div class="t3-navbar navbar-collapse collapse <?php if ($headright) echo 'col-xs-2 col-lg-9' ?>">
Change it with
<div class="t3-navbar navbar-collapse collapse <?php if ($headright) echo 'col-xs-2 col-lg-10' ?>">
Then find this code
<div class="col-xs-8 col-md-6 col-lg-3 pull-right">
replace it with
<div class="col-xs-8 col-md-6 col-lg-2 pull-right">
It create some space in main nav to add an item .
- its a module published on Head-right position , you can open it and change the menu with your menu.
-
Calendar is an custom html module (MOD ID 155) you need to edit the class manually each day , Set the default editor to None before Edit custom html module . In demo there is Jomsocial calendar module , if you have it install the component and configured it with this doc
- Follow the documentation to change footer info