Slideshow not centering?
RobPierce
Registered Users Posts: 18 Big grins
Hey guys, just messing around learning the way Smugmug implements CSS and HTML, I can't seem to get my slideshow to center on my page. Can anyone see what I'm missing? This is not doing the trick:
:dunno
#userBio {
text-align: center !important;
}
:dunno
Rob Pierce Photography
Weddings | Events | Travel
Tallahassee, Florida - Thomasville, Georgia - Ludington, Michigan
http://www.RobPiercePhotography.com
Weddings | Events | Travel
Tallahassee, Florida - Thomasville, Georgia - Ludington, Michigan
http://www.RobPiercePhotography.com
0
Comments
Add the bold lines in your CSS
/* Centers everything, like the slideshow, on homepage */
#userBio {
background: #FFFFFF;
text-align: center;
padding: 0;
margin: 0 auto;
width: 820px;
}
#homepage {
margin: 0 auto;
width: 820px;
}
My Website index | My Blog
Weddings | Events | Travel
Tallahassee, Florida - Thomasville, Georgia - Ludington, Michigan
http://www.RobPiercePhotography.com