Hi,
I would like to make my logo larger, but when I do it overlaps with the tabs below it. Do I have to keep my logo small? Or can I make it bigger?
-Q
Hi, I would like to make my logo larger, but when I do it overlaps with the tabs below it. Do I have to keep my logo small? Or can I make it bigger? -Q |
Seems in admin you can upload any size logo picture, isn`t it? :) |
You certainly can. Problem is, if the pic is bigger than the space allowed there...it runs over the areas below it (the tabs and what not). You can resize the pic, so it fits...but you shouuldn't need to do this no? What I ended up doing is just putting in a long thin logo that fits in the space, without leaking over the rest of my site. -Q |
hi you need to open the following file /templates/templ_uni/CSS/General.css
look for
.topBlock {
background-image:url(../images/text1.jpg);
border:0 dashed blue;
height:110px;
margin-bottom:0;
position:relative;
}
img.mainLogo {
left:4px;
position:absolute;
top:0;
what is showing in red , these for the logo , , 110 is the hight ,
let us know how did it go ,
|