- Posts: 60
- Thank you received: 0
How could I make the dark strip of logo longer?
-
susanagarduno1
Inactive member -
Topic Author
- Member
-
Less
More
12 years 1 week ago #28457
by susanagarduno1
How could I make the dark strip of logo longer? was created by susanagarduno1
Hello,
It's me again,
See, I almost finish my site based on Restaurant but the logo area is still giving me some problems.
I would like the dark strip in the logo area would be longer.
I'm sending a picture to try to explain myself better.
my url is: www.praha.mx/pruebas/
Thank you in advance!
It's me again,
See, I almost finish my site based on Restaurant but the logo area is still giving me some problems.
I would like the dark strip in the logo area would be longer.
I'm sending a picture to try to explain myself better.
my url is: www.praha.mx/pruebas/
Thank you in advance!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #28460
by ivan.milic
Replied by ivan.milic on topic How could I make the dark strip of logo longer?
Layout.css:
.logo {
height: 136px;
width: 381px;
float: left;
}
and
.header {
height: 136px;
margin: 0 auto;
}
increase height in both entities
.logo {
height: 136px;
width: 381px;
float: left;
}
and
.header {
height: 136px;
margin: 0 auto;
}
increase height in both entities
Please Log in to join the conversation.
-
susanagarduno1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 60
- Thank you received: 0
12 years 1 week ago #28492
by susanagarduno1
Replied by susanagarduno1 on topic How could I make the dark strip of logo longer?
Hello again,
I already did the edition that you are telling me in your message:
but black portion in background (the black strip) is still the same, it is shorther than logo itself.
I'm sending an image showing the strip that I mean. I highlight it in blue.
I can't find where should I edit it in order it had same high that the logo. Could you give me an advice?
My URL is in: www.praha.mx/pruebas/
Regards,
Susana Garduño
I already did the edition that you are telling me in your message:
Code:
Layout.css:
.logo {
height: 136px;
width: 381px;
float: left;
}
and
.header {
height: 136px;
margin: 0 auto;
}
but black portion in background (the black strip) is still the same, it is shorther than logo itself.
I'm sending an image showing the strip that I mean. I highlight it in blue.
I can't find where should I edit it in order it had same high that the logo. Could you give me an advice?
My URL is in: www.praha.mx/pruebas/
Regards,
Susana Garduño
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
12 years 1 week ago #28495
by milos
Replied by milos on topic How could I make the dark strip of logo longer?
Hi Susana,
You should edit file /templates/hot_restaurant/css/template_css.php and change value 96px to about 130px in line:
background-position: 0px 96px;
Thanks
Milos
You should edit file /templates/hot_restaurant/css/template_css.php and change value 96px to about 130px in line:
background-position: 0px 96px;
Thanks
Milos
Please Log in to join the conversation.
Time to create page: 0.177 seconds