- Posts: 10
- Thank you received: 0
White line with logo
-
flipper1960
Inactive member - Topic Author
- New Member
Less
More
11 years 6 months ago #30599
by flipper1960
White line with logo was created 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
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
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 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.
-
flipper1960
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 6 months ago #30620
by flipper1960
Replied by flipper1960 on topic White line with logo
Please Log in to join the conversation.
-
flipper1960
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 6 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
The goal is a logo like in the first post of this topic
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 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:
alter height attribute
#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.163 seconds