modify Logo width

More
13 years 1 day 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.

Please Log in to join the conversation.

More
13 years 1 day 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

Please Log in to join the conversation.

More
13 years 1 day ago #23769 by tauorus
Replied by tauorus on topic modify Logo width
Thank You very much, it is working now!

Please Log in to join the conversation.

Time to create page: 0.309 seconds
Powered by Kunena Forum