- Posts: 5
- Thank you received: 0
Logo and Sizing Options
-
dmayer43
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 9 months ago #8985
by dmayer43
Logo and Sizing Options was created by dmayer43
Ok I am trying to change my the logo and increase the over all size... It would seem that the size of the current default logo is 96px H and 156 px w. How can I increase the Height without messing the rest of the template up. It seems when i try and increase the height of the logo place holder the slideshow on the front page gets messed up... Ideally I would like a image about 120px H and 230px Wide
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8994
by ivan.milic
Replied by ivan.milic on topic Re: Logo and Sizing Options
Give us your link
Please Log in to join the conversation.
-
dmayer43
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #9027
by ivan.milic
Replied by ivan.milic on topic Re: Logo and Sizing Options
Hi,
open css/template_css.php
and find this:
#topmenu {
height:<?php if (!$ishome) {echo "77px";} else echo "99px" ?>;
}
increase 77 and 99.
then add to the bottom of template_css.css
#logo img
{
width:230px;
height:120px;
}
open css/template_css.php
and find this:
#topmenu {
height:<?php if (!$ishome) {echo "77px";} else echo "99px" ?>;
}
increase 77 and 99.
then add to the bottom of template_css.css
#logo img
{
width:230px;
height:120px;
}
Please Log in to join the conversation.
Time to create page: 0.186 seconds