- Posts: 71
- Thank you received: 1
Logo
- Stephanie Crespo
-
Topic Author
- Offline
- Senior Boarder
-
Less
More
11 years 3 months ago #6781
by Stephanie Crespo
Logo was created by Stephanie Crespo
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.
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.
Please Log in or Create an account to join the conversation.
- Nguyen Mai
-
- Offline
- Senior Boarder
-
Less
More
- Posts: 47
- Thank you received: 10
11 years 3 months ago #6784
by Nguyen Mai
Replied by Nguyen Mai on topic Re: Logo
You can edit file ../templates/ot_deluxelight/css/layout.css
Line 90
Line 158
Line 164
* Note: a total width of blocks (ot-headertop-1, ot-logo, ot-headertop-2) less than or equal to 100%
Line 90
Code:
div.ot-headertop-1, div.ot-logo, div.ot-headertop-2 {
float: left;
width: 30%;
}
Code:
div.ot-logo {
width: 38%;
}
Code:
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;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds