PDA

View Full Version : How to remove 'username' home from Homepage


jjgardner3
Mar-07-2009, 05:09 AM
Hi everyone,
I finally took the plunge and am trying to set up my custom smugmug site and am loving it. On quick question. On my homepage above the slideshow is my unsername home (jjgardner's home)
How can I remove this ? Also there seems to be a lot of space between the banner and the slideshow, can I lessen this space via the css page ?

http://jjg3photo.com


Thanks in advanced for all your help !! This place is great

J Allen
Mar-07-2009, 05:59 AM
On my homepage above the slideshow is my unsername home (jjgardner's home)
How can I remove this ?

Looks like you got it removed...


Also there seems to be a lot of space between the banner and the slideshow, can I lessen this space via the css page ?

Adjust the red number in this CSS rule you made:

#my_banner {
width: 1024px;
height: 160px;
margin: 0 auto;
background: url(http://jjgardner3.smugmug.com/photos/486555336_MNPnw-O.jpg) no-repeat;
}


That should bring your slide-show closer to your banner, tweak to fit your needs.

(http://jjg3photo.com)

kirby
Aug-22-2010, 07:21 PM
Looks like you got it removed...




Adjust the red number in this CSS rule you made:

#my_banner {
width: 1024px;
height: 160px;
margin: 0 auto;
background: url(http://jjgardner3.smugmug.com/photos/486555336_MNPnw-O.jpg) no-repeat;
}


That should bring your slide-show closer to your banner, tweak to fit your needs.

(http://jjg3photo.com)


Can the "username Home" text be replaced with other text?