TOPIC: Change Logo size?

Change Logo size? 9 years 6 months ago #6464

  • stressfreemedia
  • stressfreemedia's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 43
  • Thank you received: 2
  • Karma: 0
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
The administrator has disabled public write access.
The following user(s) said Thank You: minhnv

Re: Change Logo size? 9 years 6 months ago #6475

  • minhnv
  • minhnv's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 28
  • Thank you received: 10
  • Karma: 2
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
<p><a href="index.php"><img src="templates/ot_juno/images/logo.png" border="0" alt="logo" /></a></p>

By
<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: 9 years 6 months ago by minhnv.
The administrator has disabled public write access.

Re: Change Logo size? 9 years 6 months ago #6489

  • stressfreemedia
  • stressfreemedia's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 43
  • Thank you received: 2
  • Karma: 0
that wont work as whatever size you set the logo, the template forces it to be smaller..
The administrator has disabled public write access.

Re: Change Logo size? 9 years 6 months ago #6490

  • minhnv
  • minhnv's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 28
  • Thank you received: 10
  • Karma: 2
Hi,
Can you post your url to here?
The administrator has disabled public write access.

Re: Change Logo size? 9 years 6 months ago #6492

  • stressfreemedia
  • stressfreemedia's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 43
  • Thank you received: 2
  • Karma: 0
The administrator has disabled public write access.
The following user(s) said Thank You: minhnv

Re: Change Logo size? 9 years 6 months ago #6496

  • minhnv
  • minhnv's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 28
  • Thank you received: 10
  • Karma: 2
Hi,
You need open index.php file of ot_juno template via directory templates/ot_juno/index.php and looking for
<div class="logo span2"> and 
...
<div class="tops span10">
and change to
<div class="logo span3"> and 
...
<div class="tops span9">

so on...
Last Edit: 9 years 6 months ago by minhnv.
The administrator has disabled public write access.
Time to create page: 0.102 seconds