- Posts: 3
- Thank you received: 0
Logo change
-
Jozo
Inactive member - Topic Author
- New Member
Less
More
12 years 8 months ago #17458
by Jozo
Logo change was created by Jozo
Hello everyone!
I have question about logo change.
Bacic logo have this value 228x116
My logotype have 376x87
where should I need to change the value of basic logo for my logo does not look like a square
Sry for bad english
I have question about logo change.
Bacic logo have this value 228x116
My logotype have 376x87
where should I need to change the value of basic logo for my logo does not look like a square
Sry for bad english
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17484
by ivan.milic
Replied by ivan.milic on topic Re: Logo change
In index.php of template you will find this markup:
change width and height attributes of img tag
Code:
<div id="logo"><a href="index.php"><img src="<?php echo $template_path ?>/images/logo<?php echo $templateStyle; ?>.png" width="228" height="126" alt="joomla furniture store" /></a></div>
change width and height attributes of img tag
Please Log in to join the conversation.
-
Jozo
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 years 8 months ago #17600
by Jozo
Replied by Jozo on topic Re: Logo change
Thx for reply!
I have another question.
formaideale.ru.xsph.ru/index.php/kategor...nyj-stol-ks45-detail
How change position of "Add to cart" block , and him wight.?
I have another question.
formaideale.ru.xsph.ru/index.php/kategor...nyj-stol-ks45-detail
How change position of "Add to cart" block , and him wight.?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17605
by ivan.milic
Replied by ivan.milic on topic Re: Logo change
You will recognize styling by .addtocart-bar class, that is div containing other smaller add to chart button elements.
This are two css files with styling:
templates/hot_furniturestore/css/vm_furniturestore.css
components/com_virtuemart/assets/css/vmsite-ltr.css
but first you need to edit this picture to make it wider:
templates/hot_furniturestore/images/add-to-cart_box.png
simpler way is to use shorter phrase for add to chart
This are two css files with styling:
templates/hot_furniturestore/css/vm_furniturestore.css
components/com_virtuemart/assets/css/vmsite-ltr.css
but first you need to edit this picture to make it wider:
templates/hot_furniturestore/images/add-to-cart_box.png
simpler way is to use shorter phrase for add to chart
Please Log in to join the conversation.
-
Jozo
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 years 8 months ago #17905
by Jozo
Replied by Jozo on topic Re: Logo change
Thx! I have another question about css. I add in layout.css (in css floder) in logo block this - margin-top: 20px;
After this change header became longer. How change logo positon in header without this consequences
formaideale.ru.xsph.ru/
After this change header became longer. How change logo positon in header without this consequences
formaideale.ru.xsph.ru/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17915
by ivan.milic
Replied by ivan.milic on topic Re: Logo change
use:
#logo > a > img{
margin-top:20px;
}
instead of what you added.
#logo > a > img{
margin-top:20px;
}
instead of what you added.
Please Log in to join the conversation.
Time to create page: 0.161 seconds