Hello Kriesi, support staff, and fellow users,
I am currently trying to replace the default 250px x 70px logo with a custom one that is 280px x 225px.
I have edited *.*/style.css to reflect the following:
#top .logo, #top .logo a{
display:block;
height:225px;
width:280px;
position:absolute;
left:20px;
top:13px;
border: none;
padding: 0;
margin:0;
z-index: 10;
}
As you may know this does not fit the current spacing available in the header. In what area do I need to manipulate the code in order to increase the spacing in the header to fit this custom logo without clipping the menu bar?
Thanks for any insight!














