- Posts: 19
- Thank you received: 0
Logo as image size
-
atomicdesign
Inactive member - Topic Author
- New Member
Less
More
10 years 2 months ago #42583
by atomicdesign
Logo as image size was created by atomicdesign
Hi, what code and where can I adjust the image size of the logo when use logo as image? At the moment it is showing smaller than the uploaded size, thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42589
by ivan.milic
Replied by ivan.milic on topic Logo as image size
In template_css.css:
.sparky_logo {
background: url(../images/custom/logo_icon.png) no-repeat left;
height: 100px;
line-height: 100px;
padding-left: 83px;
}
change:
height: 100px;
line-height: 100px;
.sparky_logo {
background: url(../images/custom/logo_icon.png) no-repeat left;
height: 100px;
line-height: 100px;
padding-left: 83px;
}
change:
height: 100px;
line-height: 100px;
Please Log in to join the conversation.
-
atomicdesign
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
10 years 2 months ago - 10 years 2 months ago #42597
by atomicdesign
Replied by atomicdesign on topic Logo as image size
I already tried that and it doesn't work.
381px × 89px (scaled to 276px × 64px) - so you can see my logo height is actually 89px height but the template is outputting it at 64px height. Changing the css as you suggested does not work.
381px × 89px (scaled to 276px × 64px) - so you can see my logo height is actually 89px height but the template is outputting it at 64px height. Changing the css as you suggested does not work.
Code:
<div class="sparky_logo_image"><a href="/new_site/index.php"><img src="/new_site/templates/hot_fitness/images/logo.png" alt="Sparky"></a></div>
Last edit: 10 years 2 months ago by atomicdesign.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42603
by ivan.milic
Replied by ivan.milic on topic Logo as image size
Send link so I could check
Please Log in to join the conversation.
-
atomicdesign
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
10 years 2 months ago #42604
by atomicdesign
Replied by atomicdesign on topic Logo as image size
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42619
by ivan.milic
Replied by ivan.milic on topic Logo as image size
Ok your logo is in menu bar and there is no much space, where you would spread it?
Please Log in to join the conversation.
Time to create page: 0.212 seconds