Modify Logo height

More
11 years 10 months ago #25827 by dillydally
Hi, I need to adjust the height for the logo. I've tried doing so in the layout.css but the result is that it affects the slideshow beneath it and increasing the width affects the search box to the right. Can you advise please?
Thanks

Please Log in to join the conversation.

More
11 years 10 months ago #25833 by ivan.milic
Replied by ivan.milic on topic Modify Logo height
You need to increase value in tree places in layout.css:


.header {
height: 115px;
margin: 0 auto;
}


.logo {
height: 115px;
width: 270px;
float: left;
}



.search_wrap {
height: 115px;
float: left;
text-align: right;
position: relative;
left: 9px;
}
The following user(s) said Thank You: dillydally

Please Log in to join the conversation.

Time to create page: 0.153 seconds
Powered by Kunena Forum