Hello team & all together,
i`am reading so so much, but i don`t find the correct solution for this template.
What is the the best way to make a new position to change the logo in the Template ZT Inga.
Please can you help me?
in templateDetails.xml i add:
<position>logo_position</position>
where and what have i remove/add in index.php:
templates/zt_inga/layouts/wide.php:
<div <!--id="logo_position">-->
<jdoc:include type="modules" name="logo_position" />
</div>
and wich ??.css (template.css):
#logo_position {
position: absolute;
top: 40px;
left: 450px;
height: 70px;
width: 200px;
overflow: hidden;
border: 1px solid #000;
}
i hope anyone knows the correct solution for that, thank you very very much

Reply With Quote
