View Full Version : Teeny Tiny Issues. Please help
cwphotos
Mar-15-2007, 08:30 PM
Still helping my friend.
her site: efinlan.smugmug.com
I have the banner on most pages the way I want but for some reason the contact page banner is to far left. What can I code to get rid of this? Also I cant arrange her galleries for her, there is no link for it. I checked my site and I have, I cant find hers.
Please help. :cry
Allen
Mar-15-2007, 08:38 PM
Still helping my friend.
her site: efinlan.smugmug.com
I have the banner on most pages the way I want but for some reason the contact page banner is to far left. What can I code to get rid of this? Also I cant arrange her galleries for her, there is no link for it. I checked my site and I have, I cant find hers.
Please help. :cry Try positioning the headers this way. Center then move left. That way it
sticks to a static position.
/* SETS THE IMAGE FOR THE GALLERY HEADERS========================== */
.galleryPage #my_header {
display: block;
position:relative;
background: url("http://efinlan.smugmug.com/photos/136305744-O.jpg");
height: 65px;
width: 550px;
margin: 0 auto; /* centers */
left: -130px;
}
cwphotos
Mar-15-2007, 08:39 PM
Allen, you sir are amazing. :clap
Barb
Mar-15-2007, 08:42 PM
Still helping my friend.
her site: efinlan.smugmug.com
I have the banner on most pages the way I want but for some reason the contact page banner is to far left. What can I code to get rid of this? Also I cant arrange her galleries for her, there is no link for it. I checked my site and I have, I cant find hers.
Please help. :cry
Hi :)
Also, she has her galleries on the home page set to sort by most recent. Change that to sort by position and you will be able to arrange the galleries. You will need to remove the customization to get to that link, which is at the top left of the galleries box on the home page. I just used Firefox and the Web Developer extension, removed her customization that way, and was able to get to the sort by position link.
Allen
Mar-15-2007, 08:43 PM
Allen, you sir are amazing. :clap
Glad to help, but I don't see the change.:scratch
cwphotos
Mar-15-2007, 08:45 PM
havent done it yet. it was premptive. LOL Thanks Barb as well
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.