Hello there,
i tried the way u said, but mine is not working.
the way i did is written as follow,
1) The first step i add a new module position to my store template by editing the templateDetails.xml file.
<postions>myposition</positions>
2) second step i edit the gk.const.php file located in /lib/framework.
'myposition' => none;
3)in template/layout/blocks/toolbar.php i add following code,
<?php if($this->modules(‘myposition’)) : ?>
<div id="myposition">
<jdoc:include type=”modules” name=”myposition” style=”<?php echo $this->module_styles['myposition']; ?>” />
</div>
<?php endif; ?>
4) then I open: templates\gk_mystore\css\template.css
add in /*Containers*/
#myposition { position:absolute; margin:-20px 0 0 0;}
5) last step i open joomla administrator then in Module Manager: Module Custom HTML. i creat new one with the position
of my position.
my question is i did all the step but my logo is not showing at the top left .can anyone help me please. i am new to joomla also. really need help.
thanks in advance

regards,
sahar