TOPIC: Logo

Logo 9 years 2 months ago #6781

  • stephcrespo
  • stephcrespo's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 71
  • Thank you received: 1
  • Karma: 0
Hello,

How can i make the logo bigger.

I try the size but it gets cut off.

please help.

www.almacenesortegaruiz.com

Thank you in advance.
The administrator has disabled public write access.

Re: Logo 9 years 2 months ago #6784

  • crystal_moon
  • crystal_moon's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Thank you received: 10
  • Karma: 2
You can edit file ../templates/ot_deluxelight/css/layout.css
Line 90
div.ot-headertop-1, div.ot-logo, div.ot-headertop-2 {
    float: left;
    width: 30%;
}
Line 158
div.ot-logo {
    width: 38%;
}
Line 164
div.ot-logo a.logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 117px;
    width: 361px;
}
* Note: a total width of blocks (ot-headertop-1, ot-logo, ot-headertop-2) less than or equal to 100%
The administrator has disabled public write access.
Time to create page: 0.107 seconds