Could you tell me how make the logo area higher?

More
12 years 2 weeks ago - 12 years 2 weeks ago #28135 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
Attachments:
Last edit: 12 years 2 weeks ago by susanagarduno1.

Please Log in to join the conversation.

More
12 years 2 weeks ago #28143 by ivan.milic
You must edit index.php of template. It in two places:

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.

More
12 years 2 weeks ago #28189 by susanagarduno1
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
Attachments:

Please Log in to join the conversation.

More
12 years 2 weeks ago #28194 by ivan.milic
layout.css:

.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
Powered by Kunena Forum