Hello my smf version is 2.0 and Recall by, Crip theme. When i change recall default logo into my, my logo do not show full. You can see at www.ribarce.info
Can anyone help me?
You probably need to adjust the logo size in index.css to match the size of the logo image.
#logo a {
background: url("../images/img/logo.png") no-repeat scroll 0 0 transparent !important;
cursor: pointer;
display: block;
height: 61px !important;
left: 20px;
position: absolute;
top: 10px;
width: 256px !important;
}
Once that is done you may also need to adjust the size of the header area as well.
#head-r {
background: url("") no-repeat scroll 100% 0 transparent;
height: 120px;
}