Forums / Templates, Stylesheets, Page Layout / My banner is cut off

My banner is cut off

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
26 Apr 2008, 02:27
#1
moto4noir avatar

moto4noir

New Zenner

Join Date:
Jan 2008
Posts:
10
Plugin Contributions:
0

My banner is cut off

Hello-

It seems that the bottom half of my logo is being cut off by the main frame on the all my pages. On some computers, it looks fine, but on others it is clearly cut off.

Here is my url: http://www.rehabanklesprain.com/

Can someone help me so that the logo is clearly displayed on all browsers and computers? Any help would be appreciated...

Thanks,
Scott
26 Apr 2008, 05:27
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: My banner is cut off

I looked at this in FF, IE6 & IE7 and did not see an issue

What browser are you seeing this issue and what resolution(s)?
26 Apr 2008, 11:47
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: My banner is cut off

I see it in IE7

Try changing the 'height' portion of:


#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}

in stylesheet.css
01 May 2008, 16:19
#4
moto4noir avatar

moto4noir

New Zenner

Join Date:
Jan 2008
Posts:
10
Plugin Contributions:
0

Re: My banner is cut off

Stevesh-

That did the trick. Thank you so much for the input.