Logo Space

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Fri Aug 13, 2010 8:40 pm
Greetings,

I am getting ready to convert my site to mystore template. But my site logo is far to large to work properly in the menu bar space designated.

Is there a way to create space above the bar for a logo? Current logo size is 245 x 75h.

Thanks in advance for your help with this.
User avatar
Fresh Boarder

GK User
Fri Aug 13, 2010 9:03 pm
User avatar
Fresh Boarder

GK User
Fri Aug 13, 2010 10:17 pm
[center]Image[/center]

this has been covered many times - please search the forum...
User avatar
Platinum Boarder

GK User
Sat Aug 14, 2010 3:22 am
You can try this code:

Code: Select all
h1.logo {position:absolute!important;top:-20px;width:245px;height:75px!important;}
#gk-toolbar {margin-left: 280px!important;}
#gk-nav {margin-top: 30px!important}
#gk-tools {margin-left: -150px!important}


Cheers
User avatar
Platinum Boarder

GK User
Sat Aug 14, 2010 3:43 am
I don't see how anyone could ever complain about the quality of support you get on Gavick's forum. From admin to users, it is truly remarkable and super fast!

I want to thank you all so very much for the kindness, and for the great advice.

Still working on the conversion but it is great to know y'all have my back!


I hope to return the favor some day!

Best,
rt
User avatar
Fresh Boarder

GK User
Sat Aug 14, 2010 6:30 am
thanks for the kind words :) it is people like you that are the reason why we help so much as we does...
User avatar
Platinum Boarder

GK User
Tue Aug 07, 2012 9:07 am
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
User avatar
Fresh Boarder


cron