Traditional Style
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
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
0
Comments
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;}
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thank you so much!!! It worked.