help with slideshow centering

mtnbikermtnbiker Registered Users Posts: 178 Major grins
edited November 29, 2008 in SmugMug Support
Trying to figure out how to center my slideshow in the biobox on my homepage....getting frustrated, keeps staying left...can't find the value I need to change...help?
k

thanks!

http://mtnbiker.smugmug.com

Comments

  • AllenAllen Registered Users Posts: 10,016 Major grins
    edited November 29, 2008
    mtnbiker wrote:
    Trying to figure out how to center my slideshow in the biobox on my homepage....getting frustrated, keeps staying left...can't find the value I need to change...help?
    k

    thanks!

    http://mtnbiker.smugmug.com
    Remove these

    #userBio {
    height: 630px;
    margin: 0px 0px 0px 0px;
    position: relative; /*for safari*/
    }

    #jpSlideshow {
    position: relative;
    text-align: left;
    top: 0px;
    width: 600px;
    }


    and add this

    #userBio {text-align: center !important;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • mtnbikermtnbiker Registered Users Posts: 178 Major grins
    edited November 29, 2008
    thanks Allen!
Sign In or Register to comment.