- Posts: 14116
- Thank you received: 1639
Logo Image Size
-
wkss
- Topic Author
- Visitor
10 years 2 months ago #42249
by wkss
Logo Image Size was created by wkss
Is it possible to increase the size of the logo image? If so, how can I do it? I would like the logo image to be large enough to be the full with the body. I have tried changing width in the relevant css file/s and any other file that mentions logo width.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 2 months ago #42256
by ivan.milic
Replied by ivan.milic on topic Logo Image Size
You have to do quite strong intervention. Template is not designed for that.
IMG element for logo is in index.php of template, you need to edit that file to change image dimensions.
Other thing you will probably need to change in layout.css:
.logo {
height: 158px;
width: 386px;
float: left;
}
You will probably need some more tweaking
IMG element for logo is in index.php of template, you need to edit that file to change image dimensions.
Other thing you will probably need to change in layout.css:
.logo {
height: 158px;
width: 386px;
float: left;
}
You will probably need some more tweaking
The following user(s) said Thank You: wkss
Please Log in to join the conversation.
-
wkss
- Topic Author
- Visitor
10 years 2 months ago #42260
by wkss
Replied by wkss on topic Logo Image Size
Thanks for the very quick response. Maybe I will just adjust the logo I want to use to the same size as the orginal......probably muck everything up otherwise...lol.
Please Log in to join the conversation.
Time to create page: 0.300 seconds