Vertical images in center/off center?

CammoCammo Registered Users Posts: 177 Major grins
edited July 27, 2006 in SmugMug Support
Hi,

I was wondering why some of my vertical images are in the center of my galleries (SmugMug view) and other are justified left.

Examples.

Center - http://www.cameronlaird.com/gallery/1685423/1/82729820
Left - http://www.cameronlaird.com/gallery/1173658/6/82960543

Thanks in advance!

Cameron

Comments

  • bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited July 26, 2006
    Cammo wrote:
    Hi,

    I was wondering why some of my vertical images are in the center of my galleries (SmugMug view) and other are justified left.

    Examples.

    Center - http://www.cameronlaird.com/gallery/1685423/1/82729820
    Left - http://www.cameronlaird.com/gallery/1173658/6/82960543

    Thanks in advance!

    Cameron
    you're using the smugmug gradient theme for the centered pic, and no theme for the left justified pic.

    smugmug gradient must have some code in it that centers the main photo.
    Pedal faster
  • DnaDna Registered Users Posts: 435 Major grins
    edited July 26, 2006
    yep, this bit ...
    #smugmug #mainImage, #smugmug_small #mainImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    I added it to my theme, thanks... :D

    Dna
  • CammoCammo Registered Users Posts: 177 Major grins
    edited July 27, 2006
    Dna wrote:
    yep, this bit ...
    #smugmug #mainImage, #smugmug_small #mainImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    I added it to my theme, thanks... :D

    Dna

    Seems as though I got to the bottom of it a bit. I was due to my community settings. The gallery was part of the "Sportshots" community and I had it set to community style (which I think is SmugMug Black which doesn't centre the image). However, when I click it back to SmugMug style instead of Community style is reverts back to the standard SmugMug style and not my customized style.

    Any ideas on how to be in a community but use your own customized theme?

    Thanks!
  • bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited July 27, 2006
    Cammo wrote:
    Seems as though I got to the bottom of it a bit. I was due to my community settings. The gallery was part of the "Sportshots" community and I had it set to community style (which I think is SmugMug Black which doesn't centre the image). However, when I click it back to SmugMug style instead of Community style is reverts back to the standard SmugMug style and not my customized style.

    Any ideas on how to be in a community but use your own customized theme?

    Thanks!
    it's been discussed quite a bit actually

    do a google search on this: community customization site:dgrin.com
    Pedal faster
  • CammoCammo Registered Users Posts: 177 Major grins
    edited July 27, 2006
    bigwebguy wrote:
    it's been discussed quite a bit actually

    do a google search on this: community customization site:dgrin.com
    Thanks, found that it can't be done so all sorted..
Sign In or Register to comment.