TOPIC: Recommended logo size

Recommended logo size 9 years 7 months ago #5699

  • sphyncks
  • sphyncks's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
Hi everyone,

Where can I find the recommended logo size? I tried to insert one but everything has shifted down.

Thanks,

Sincerely,
JS
The administrator has disabled public write access.

Re: Recommended logo size 9 years 7 months ago #5701

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You can adjustment logo size with css below:
.ot-logo a.logo {
background: url(../images/logo.png) no-repeat;
display: block;
width: 141px;
height: 69px;
margin: 0 auto;
}
layout.css file on line 78
The administrator has disabled public write access.
The following user(s) said Thank You: sphyncks

Re: Recommended logo size 9 years 7 months ago #5702

  • sphyncks
  • sphyncks's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
Thanks for your support,

very appreciated
The administrator has disabled public write access.

Re: Recommended logo size 9 years 7 months ago #5707

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
You're welcome!
The administrator has disabled public write access.
Time to create page: 0.096 seconds