Options

Slideshow not centering?

RobPierceRobPierce Registered Users Posts: 18 Big grins
edited August 4, 2008 in SmugMug Support
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:

#userBio {
text-align: center !important;
}

:dunno
Rob Pierce Photography
Weddings | Events | Travel

Tallahassee, Florida - Thomasville, Georgia - Ludington, Michigan
http://www.RobPiercePhotography.com

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited August 4, 2008
    Firestrike wrote:
    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:
    ne_nau.gif
    Your show in wider then the container it's in so they need to be wider.
    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;
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    RobPierceRobPierce Registered Users Posts: 18 Big grins
    edited August 4, 2008
    Simple as that, thanks Allen! I knew the issue was the width of my slideshow but had tried modifying box sizes to no avail. Just didn't get the right one, doh. thumb.gif
    Rob Pierce Photography
    Weddings | Events | Travel

    Tallahassee, Florida - Thomasville, Georgia - Ludington, Michigan
    http://www.RobPiercePhotography.com
Sign In or Register to comment.