View Full Version : Banner and Navbar help
collegephotoguy
Jun-23-2008, 11:26 AM
I can't seem to get my full banner/replacement smugmug logo to appear. My page shows part of it but not all of it for some reason. Also, is there a way to put the navbar in the header above the line on the page and move the search field and shopping cart below the line? My site is thecollegecamera.smugmug.com. Thanks.
Barb
Jun-25-2008, 03:50 PM
I can't seem to get my full banner/replacement smugmug logo to appear. My page shows part of it but not all of it for some reason. Also, is there a way to put the navbar in the header above the line on the page and move the search field and shopping cart below the line? My site is thecollegecamera.smugmug.com. Thanks.
Hi,
Sorry for the delay in responding!
To fix your banner, look for this in your CSS code:
#my_banner {
width: 400px;
height: 70px;
margin: 0 auto 0 15px;
background: url(/photos/319208361_JArit-S.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader
(enabled=true,sizingmethod=image, src='/photos/319208361_JArit-S.png');
}
The actual height of your image is 77px. Change height: 70px to height: 77px, and that should fix the banner.
collegephotoguy
Jun-25-2008, 07:57 PM
Hi,
Sorry for the delay in responding!
To fix your banner, look for this in your CSS code:
#my_banner {
width: 400px;
height: 70px;
margin: 0 auto 0 15px;
background: url(/photos/319208361_JArit-S.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader
(enabled=true,sizingmethod=image, src='/photos/319208361_JArit-S.png');
}
The actual height of your image is 77px. Change height: 70px to height: 77px, and that should fix the banner.
Awesome it worked! Thanks for your help.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.