View Full Version : Gallery Thumbnails
Probably a very easy answer, but it's been months since I 'tweaked' my site..
How can I stop this page displaying 4 thumbs across:
http://mog.smugmug.com/Out%20&%20About
And instead force it to 3 thumbs across like this one:
http://mog.smugmug.com/Travel
~ Mog
S&SPhoto
Feb-25-2007, 06:49 AM
Probably a very easy answer, but it's been months since I 'tweaked' my site..
How can I stop this page displaying 4 thumbs across:
http://mog.smugmug.com/Out%20&%20About
And instead force it to 3 thumbs across like this one:
http://mog.smugmug.com/Travel
~ MogMog,
Out of curiosity, what happens if you add another gallery to your "Travel" category? Does it remain three images across, or does it become more like your "Out & About" category? It looks like you've implemented the "4 by 4" FAQ based on looking at your CSS which is why I'm asking. Your "Travel" section may end up four by four.
In any case, try doing the following:
(1) Copy all of your existing CSS code into Notepad and save it. That way, if you really mess up the formatting, you can revert back to what you have now.
(2) Take a look at this part of your CSS code:
/* ================================================== == */
/* == FAQ #54, Line up boxes with titles underneath === */
/* ============== Current as of 6 Sep 06 ============== */
/* ================================================== == */
.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
.miniBox .albumTitle {width:122px;}
.miniBox .description {width:122px;}
.miniBox .updated {width:122px;}Try changing the widths in red to something like 192px and try changing the height in green to 250px. You may also have to change the margin in blue to 24px. Al or Barb may have to help you out as to how to physically increase the size of the thumbnail image. See if this gets you going.
Thanks.
Samir
Samir,
Thanks for the reply. I just tried those settings and it all went a bit haywire.. The text on the homepage went off the screen and my galleries went 2 x 2.
If I add another gallery to my Travel category it does indeed increase to 4 x 4...
Cheers....
Samir,
Thanks for the reply. I just tried those settings and it all went a bit haywire.. The text on the homepage went off the screen and my galleries went 2 x 2.
If I add another gallery to my Travel category it does indeed increase to 4 x 4...
Cheers....
Calling Al or Barb....... I keep messing with those setting but can't seem to suss it out..... :dunno
richW
Feb-26-2007, 01:40 AM
Can't enlarge the thumbs in that category, but you can have them three across.
Start with this and adjust as needed.
.category_Out__About .miniBox {margin:0 59px;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.