Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
Thanks in advance.
Elizabeth
What is your site url please? We have to see it in case to help you.
Regards, AS Team.
Because you have disabled the default template logo in the tmpl.default.css file in the following class:
#header-row #logo a {
display: none;
}
and created custom html module with logo in position 3 you have to worry to add appropriate html code, it should be like:
<p>
<a href="/~greenh27/newsite">
<img alt="" src="/~greenh27/newsite/images/logo_position3.png">
</a>
</p>
instead:
<p>
<img alt="" src="/~greenh27/newsite/images/logo_position3.png">
</p>
Regards, AS Team.