Logo - banner won't resize

Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Locked
mrmax79
Registered User
Posts: 6
Joined: Thu Feb 05, 2009 4:55 pm

Logo - banner won't resize

Post by mrmax79 »

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

oXo
Registered User
Posts: 66
Joined: Mon Feb 02, 2009 2:16 am

Re: Logo - banner won't resize

Post by oXo »

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

mrmax79
Registered User
Posts: 6
Joined: Thu Feb 05, 2009 4:55 pm

Re: Logo - banner won't resize

Post by mrmax79 »

Thanks for the help, that solved the problem..

Why can't they put that in the docs, or the knowledge base?

Locked