- Posts: 60
- Thank you received: 0
Could you tell me how make the logo area higher?
-
susanagarduno1
Inactive member -
Topic Author
- Member
-
Less
More
12 years 2 weeks ago - 12 years 2 weeks ago #28135
by susanagarduno1
Could you tell me how make the logo area higher? was created by susanagarduno1
Hello,
I have a site with hotrestaurant template. But I would like to make the logo higher. I can't find where to change the logo high.
I send a picture.
My url is: www.praha.mx/pruebas/
Would you help me?
Regards
Susana Garduño
I have a site with hotrestaurant template. But I would like to make the logo higher. I can't find where to change the logo high.
I send a picture.
My url is: www.praha.mx/pruebas/
Would you help me?
Regards
Susana Garduño
Last edit: 12 years 2 weeks ago by susanagarduno1.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #28143
by ivan.milic
Replied by ivan.milic on topic Could you tell me how make the logo area higher?
You must edit index.php of template. It in two places:
line 208:
line 219:
second is for normal browsers first if you use mobile layout.
line 208:
Code:
<div class="logo"><a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="320" height="81" alt="joomla restaurant template" /></a></div>
line 219:
Code:
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="381" height="96" alt="joomla restaurant template" /></a>
second is for normal browsers first if you use mobile layout.
Please Log in to join the conversation.
-
susanagarduno1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 60
- Thank you received: 0
12 years 2 weeks ago #28189
by susanagarduno1
Replied by susanagarduno1 on topic Logo is higher now, but is over top menu.
Hello again,
By following your instructions, I made logo image bigger, but it is overlaping top menu.
I see the class y wrapper1, but I couldn't find parameters to modify it. How could I made the wrapper been higher?
My url: www.praha.mx/pruebas/
Thanks in advance.
Susana Garduño
By following your instructions, I made logo image bigger, but it is overlaping top menu.
I see the class y wrapper1, but I couldn't find parameters to modify it. How could I made the wrapper been higher?
My url: www.praha.mx/pruebas/
Thanks in advance.
Susana Garduño
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #28194
by ivan.milic
Replied by ivan.milic on topic Logo is higher now, but is over top menu.
layout.css:
.header {
height: 96px;
margin: 0 auto;
}
and
.logo {
height: 96px;
width: 381px;
float: left;
}
change height: 96px;
.header {
height: 96px;
margin: 0 auto;
}
and
.logo {
height: 96px;
width: 381px;
float: left;
}
change height: 96px;
Please Log in to join the conversation.
Time to create page: 0.176 seconds