Hi,
I uploaded and install new banner, the new banner height is larger than default.
The new banner won't show all the banner.
I installed the new banner via "Styles, imageset, then select Main_Logo from.
Next in the IMage box, I select the newbanner, and checked Yes to include dimensions.
The banner displays ok, but isn't showing full height
www.vwarrior.oc.cc
Logo - banner won't resize
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Re: Logo - banner won't resize
Open your stylesheet and
FIND:
#logo1 {
background: url(images/logo_left.jpg) top left no-repeat;
padding: 0;
min-height: 71px;
max-height: 71px;
height: 71px;
overflow: hidden;
text-align: center;
}
#logo2 {
background: url(images/logo_right.jpg) top right no-repeat;
padding: 0;
min-height: 71px;
And change the red highlite color to your new height size logo
FIND:
#logo1 {
background: url(images/logo_left.jpg) top left no-repeat;
padding: 0;
min-height: 71px;
max-height: 71px;
height: 71px;
overflow: hidden;
text-align: center;
}
#logo2 {
background: url(images/logo_right.jpg) top right no-repeat;
padding: 0;
min-height: 71px;
And change the red highlite color to your new height size logo
Re: Logo - banner won't resize
Thanks for the help, that solved the problem..
Why can't they put that in the docs, or the knowledge base?
Why can't they put that in the docs, or the knowledge base?