- Posts: 43
- Thank you received: 2
Change Logo size?
- Gary Sumpter
-
Topic Author
- Offline
- Senior Boarder
-
Less
More
11 years 5 months ago #6464
by Gary Sumpter
Change Logo size? was created by Gary Sumpter
How do you change the logo size without screwing up the layout of the whole top section?
I need the logo twice the size it is now, I can make the menu smaller.
Thanks
I need the logo twice the size it is now, I can make the menu smaller.
Thanks
The following user(s) said Thank You: Minh Van
Please Log in or Create an account to join the conversation.
11 years 5 months ago - 11 years 5 months ago #6475
by Minh Van
Replied by Minh Van on topic Re: Change Logo size?
Hi,
You can change Logo size in Module Manager via Logo module.
Plz go to Administrator -> Extensions -> Module Manager and select Logo module and
Replace
By
Note: In IMG TAG, width="200" correspond 200px and if WIDTH and HEIGHT is null then size is automation follow size of IMAGE.
You can change Logo size in Module Manager via Logo module.

Plz go to Administrator -> Extensions -> Module Manager and select Logo module and
Replace
Code:
<p><a href="index.php"><img src="templates/ot_juno/images/logo.png" border="0" alt="logo" /></a></p>
By
Code:
<p><a href="index.php"><img border="0" width="200" height="100" alt="logo" src="templates/ot_juno/images/logo.png"></a></p>
Note: In IMG TAG, width="200" correspond 200px and if WIDTH and HEIGHT is null then size is automation follow size of IMAGE.
Last edit: 11 years 5 months ago by Minh Van.
Please Log in or Create an account to join the conversation.
- Gary Sumpter
-
Topic Author
- Offline
- Senior Boarder
-
Less
More
- Posts: 43
- Thank you received: 2
11 years 5 months ago #6489
by Gary Sumpter
Replied by Gary Sumpter on topic Re: Change Logo size?
that wont work as whatever size you set the logo, the template forces it to be smaller..
Please Log in or Create an account to join the conversation.
11 years 5 months ago #6490
by Minh Van
Replied by Minh Van on topic Re: Change Logo size?
Hi,
Can you post your url to here?
Can you post your url to here?
Please Log in or Create an account to join the conversation.
- Gary Sumpter
-
Topic Author
- Offline
- Senior Boarder
-
Less
More
- Posts: 43
- Thank you received: 2
11 years 5 months ago #6492
by Gary Sumpter
Replied by Gary Sumpter on topic Re: Change Logo size?
The following user(s) said Thank You: Minh Van
Please Log in or Create an account to join the conversation.
11 years 5 months ago - 11 years 5 months ago #6496
by Minh Van
Replied by Minh Van on topic Re: Change Logo size?
Hi,
You need open index.php file of ot_juno template via directory templates/ot_juno/index.php and looking for
and change to
so on...
You need open index.php file of ot_juno template via directory templates/ot_juno/index.php and looking for
Code:
<div class="logo span2"> and
...
<div class="tops span10">
Code:
<div class="logo span3"> and
...
<div class="tops span9">
so on...
Last edit: 11 years 5 months ago by Minh Van.
Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds