Single image on gallery help

battymaddiebattymaddie Registered Users Posts: 37 Big grins
edited June 22, 2012 in SmugMug Support
I just made a stupid mistake and deleted some code. On my pricing page, I used to have my single image in its original size showing. The gallery is was journal (old) style. The small thumbnail image on the bottom was hidden and the image was centered. I accidentally deleted the code and don't know how to make the page look that way again. Can anyone help???

http://www.madelynwphoto.com/Pricing/pricing/12326263_FxNZFT

Comments

  • battymaddiebattymaddie Registered Users Posts: 37 Big grins
    edited June 22, 2012
    Ok I figured out how to do it other than getting the image centered. I know it's a easy fix, I just don't know what to do. Can you help me with that?
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited June 22, 2012
    Ok I figured out how to do it other than getting the image centered. I know it's a easy fix, I just don't know what to do. Can you help me with that?
    The photo is wider then the box it is in and sticking out the right.
    /* START gallery 12326263 "Pricing" */
    
    [COLOR=Red]    .gallery_12326263 #journal {
          width: 870px;
          margin: 0 auto;
    }[/COLOR]
    
        .gallery_12326263 #albumDescription
    
        {
        width: [COLOR=Red]870px[/COLOR];
        background: transparent;
        padding: 0;
        margin: 0 auto;
        }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • battymaddiebattymaddie Registered Users Posts: 37 Big grins
    edited June 22, 2012
    Thank you thank you! I didn't even think about that being the issue.
Sign In or Register to comment.