PDA

View Full Version : Slideshow Problem


Lyle C
Sep-05-2008, 08:32 AM
Hello Everyone

I finally updated my homepage slideshow from the old 2006 version. This new one woerks much nicer. The problem I am having is getting the slideshow to be center aligned on my homepage. It may be from some remnents of the old slideshow. Any help will be appreciated.

Thanks!!

Allen
Sep-05-2008, 09:31 AM
Hello Everyone

I finally updated my homepage slideshow from the old 2006 version. This new one woerks much nicer. The problem I am having is getting the slideshow to be center aligned on my homepage. It may be from some remnents of the old slideshow. Any help will be appreciated.

Thanks!!
Change this

/* center the homepage slideshow */
#bioBox {
text-align: center;
}

to this

/* center the homepage slideshow */
#userBio {
text-align: center;
}

Lyle C
Sep-05-2008, 09:47 AM
Thanks Allen! That worked.

moonlightimages
Sep-05-2008, 10:42 AM
Change this

/* center the homepage slideshow */
#bioBox {
text-align: center;
}

to this

/* center the homepage slideshow */
#userBio {
text-align: center;
}
I have a similar problem! My slideshow (which I just set up a couple days ago) is not centered either. THIS is the code I have:

/* center the homepage slideshow */
#userBio {
text-align: center;
}

What am I doing wrong? Thanks!

Allen
Sep-05-2008, 10:46 AM
I have a similar problem! My slideshow (which I just set up a couple days ago) is not centered either. THIS is the code I have:

/* center the homepage slideshow */
#userBio {
text-align: center;
}

What am I doing wrong? Thanks!
You might have to tell it how important it is to you to be centered.:D

/* center the homepage slideshow */
#userBio {
text-align: center !important;
}

Some sites need this but not all, might have to override some themes.