Traditional Style

katherinejoeykatherinejoey Registered Users Posts: 8 Beginner grinner
edited August 2, 2009 in SmugMug Support
Hi!

Does anyone know if it is possible to stretch the traditional style in one gallery and if the thumbnails can be increased from 4x4 to 6x6 (in example)? I have tried putting this in my css but it doesn't work:

.gallery_xxxxxx #traditional {width: auto; margin: 0 auto;}

Thank you so much!!!

Katherine

http://katherinejoey.smugmug.com

Comments

  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited August 2, 2009
    You can stretch it out and mess with the layout, but Smugmug only has a fixed number of thumbs per page (and there's nothing you can do to change it) so there really isn't much point.

    The All Thumbs view is a little more interesting one to make stretchy because it has all the thumbs in it. You can do that with this CSS:

    #allthumbs {width: auto; margin: 0 15px;}
    #allthumbs #photos {width: auto !important;}
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • katherinejoeykatherinejoey Registered Users Posts: 8 Beginner grinner
    edited August 2, 2009
    jfriend wrote:
    You can stretch it out and mess with the layout, but Smugmug only has a fixed number of thumbs per page (and there's nothing you can do to change it) so there really isn't much point.

    The All Thumbs view is a little more interesting one to make stretchy because it has all the thumbs in it. You can do that with this CSS:

    #allthumbs {width: auto; margin: 0 15px;}
    #allthumbs #photos {width: auto !important;}


    Thank you so much!!! It worked. thumb.gif
Sign In or Register to comment.