- Posts: 16
- Thank you received: 0
modify Logo width
-
tauorus
Inactive member - Topic Author
- New Member
Less
More
12 years 1 month ago #23760
by tauorus
modify Logo width was created by tauorus
Hello, I couldn't change the width of the logo area, I saw with firebug that logo widht is 50%, I want to modify it to 80%, how can I do this?
Thank you.
Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #23762
by ivan.milic
Replied by ivan.milic on topic modify Logo width
Open layout.css, you will find:
.logo {
height: 100px;
width: 50%;
float: left;
text-align: left;
}
and:
.search_box {
float: left;
padding-top: 10px;
overflow: hidden;
text-align: right;
width: 50%;
}
redistribute width in this two css classes as you want so sum is 100
.logo {
height: 100px;
width: 50%;
float: left;
text-align: left;
}
and:
.search_box {
float: left;
padding-top: 10px;
overflow: hidden;
text-align: right;
width: 50%;
}
redistribute width in this two css classes as you want so sum is 100
Please Log in to join the conversation.
Time to create page: 0.159 seconds