White line with logo

More
10 years 10 months ago #30599 by flipper1960
Hello,

Can you tell me how to enlarge the white line on whitch the logo is positioned? I know ho to shrink or to enlarge the logo in de index.php and css.files but what i need is to enlarge the width of this line to, say, 100 in stead of 70... See image. I can shrink the logo to 70 but then it will look to small.

Thanx in advance
Attachments:

Please Log in to join the conversation.

More
10 years 10 months ago #30608 by ivan.milic
Replied by ivan.milic on topic White line with logo
Send link so we could inspect

Please Log in to join the conversation.

More
10 years 10 months ago #30620 by flipper1960
Replied by flipper1960 on topic White line with logo
Please look at:
www.calculusvastgoed.nl/

Thanx

Please Log in to join the conversation.

More
10 years 10 months ago #30625 by flipper1960
Replied by flipper1960 on topic White line with logo
Because it is a production site we made the logo smaller for the audience...
The goal is a logo like in the first post of this topic

Please Log in to join the conversation.

More
10 years 10 months ago #30637 by ivan.milic
Replied by ivan.milic on topic White line with logo
In layout.css:

#logo {
height: 70px;
width: 103px;
float: left;
}

and

#topmenu {
height: 70px;
margin: 0 auto;
}

increase height: 70px; in both places. Then edit index.php of template, find this code:
Code:
<div id="logo"><a href="index.php"><img src="<?php echo $this->baseurl ?>/templates/hot_realestate/images/logo.png" width="224" height="70" alt="hot software" /></a></div>

alter height attribute

Please Log in to join the conversation.

Time to create page: 0.428 seconds
Powered by Kunena Forum