|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
6 across gallery thumbs? text underneath?
I have the larger gallery thumbs on my homepage and would like the text underneath and more thumbs (preferably 6) across. Will moving text underneath automatically make room for more thumbs or is that a script issue? Either way I would appreciate help.
will this just effect my homepage or gallery link pages too? my apologies, im sure this is already posted but couldn't find it
__________________
wildlifeandscenicphotography |
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
See >>> CUSTOMIZATION: Start here <<< at top of this forum. Mini-box hack #10 in the ADVANCED Customization FAQ: http://www.dgrin.com/showthread.php?t=52811 This will effect every gallery box on the homepage, category and sub-cat page. If you want a set number of thumbs across this can be achieved by setting a static page width and adjusting the R/L margins of the thumbs. See example here and jump to the different months in the upper right. I also have this hack installed.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
|
|
Big grins
|
okay got it, now I have 3 across with lots of space...which line in the code do I change to eliminate space issue?
I am using a percentage script to set the size of my page: #homepage { width: 70% !important; margin: 0 auto !important; } and this script to eliminate overflow on recent photo's #recentPhotosBox .boxBottom { height:260px; overflow:hidden; } I am looking for a script to do this with popular photos as well so I don't have a set screen width....but I do like the way your gallery looks, not sure if I want to start over to get a set amount of galleries, just want more so my page looks more consistent....
__________________
wildlifeandscenicphotography |
|
|
|
|
#4
|
||
|
"tweak 'til it squeaks"
|
Quote:
line when filled. With the box stretching with the browser it's a moving target.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#5
|
|
|
Big grins
|
I think I understand that moving target concept...but in the recent and popular photos the thumb number just grows in the box as the screen widens but the spacing between them stays consistent...are you saying I can't eliminate the space in the same way as the screen enlarges? my apologies for not understanding this better....it's a new language to me but I'm learning : )
__________________
wildlifeandscenicphotography |
|
|
|
|
#6
|
||
|
"tweak 'til it squeaks"
|
Quote:
comment tags and adds in new adjustments. /* .boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;} */ .boxBottom .albumLarge {width:182px !important; height:250px; text-align:center; margin:0;}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#7
|
|
|
Big grins
|
Works!! thanks Allen!!! Really appreciate your help!
__________________
wildlifeandscenicphotography |
|
|
|
|
#8
|
||
|
"tweak 'til it squeaks"
|
Quote:
.boxBottom .albumLarge {width:182px !important; height:250px; text-align:center; margin:0;} Might also add this to add a little space at the top of the box. #galleriesBox .boxBottom {padding-top: 30px;}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#9
|
|
|
Big grins
|
it works when Im logged out, but the spacing is only there logged in....thanks for the added info I will work on it. Looking at it I see that the thumbs are not centered under the banners. Is there a way to do that? Feel like I need to send you a Starbucks card or something : )
__________________
wildlifeandscenicphotography |
|
|
|
|
#10
|
||
|
"tweak 'til it squeaks"
|
Quote:
See if you like this. It sets a static width of the homepage and category pages so you can have a consistent look to each. Adjusted width and R/L margins of thumbs and added a slight padding to the top of homepage galleries box. Also adjusted recent and popular R/L margins. Change this Code:
#homepage { width: 70% !important; margin: 0 auto !important; }
#recentPhotosBox .boxBottom { height:260px; overflow:hidden; }
Code:
#homepage { width: 940px !important; margin: 0 auto !important; }
#category.category { width: 760px !important; margin: 0 auto !important; }
#galleriesBox .boxBottom {padding-top: 20px;}
#recentPhotosBox .boxBottom {height:260px; overflow:hidden; }
#popularPhotos .photo,
#recentPhotosBox .photo {margin: 10px 10px !important;}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#11
|
|
|
Big grins
|
I love it!... and it solves the issues I was wrestling with! thanks again for all your help.
__________________
wildlifeandscenicphotography |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| My page is crashing Smugmug | mtimber | SmugMug Customization | 6 | Jul-21-2011 10:07 AM | |
| GuestBook ..Move photo position | beijingvideoLewisSandler | SmugMug Customization | 39 | Nov-04-2010 11:59 AM | |
| "About Me" page issues | vbahns | SmugMug Customization | 1 | Oct-31-2010 12:23 PM | |
| About me Navbar help | bellaphoto | SmugMug Customization | 14 | Mar-25-2008 06:57 AM | |
| Backprinting @ smugmug | K.Van | SmugMug Support | 62 | Apr-05-2005 12:11 PM | |
| Thread Tools | |
| Display Modes | |
|
|