Photo Captions

AllenAllen Registered Users Posts: 10,013 Major grins
edited July 31, 2013 in SmugMug Support
I got all the caption texts centered but it's not centered under the main photo.
.sm-tile-info {
  text-align: center;
}
Al - Just a volunteer here having fun
My Website index | My Blog

Comments

  • moirainemoiraine Registered Users Posts: 123 Major grins
    edited July 31, 2013
    Have you tried also adding a "max-width:none;" to that same selector? You're right that it probably shouldn't be necessary, just curious if it fixes the issue.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 31, 2013
    moiraine wrote: »
    Have you tried also adding a "max-width:none;" to that same selector? You're right that it probably shouldn't be necessary, just curious if it fixes the issue.
    Tried "none" "auto", both not work.
    Thanks
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • moirainemoiraine Registered Users Posts: 123 Major grins
    edited July 31, 2013
    how about:
    #sm-gallery .sm-tile-info {
        max-width: none;
    }
    
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 31, 2013
    moiraine wrote: »
    how about:
    #sm-gallery .sm-tile-info {
        max-width: none;
    }
    
    Ah, that centered the captions, great.
    Thanks.
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.