PDA

View Full Version : can I move the titles up closer to the thumbs?


brandofamily
Aug-02-2006, 12:29 PM
I was looking at this person's homepage http://gregsmith.smugmug.com/
and noticed tha the thumb titles are tucked up nice and close to the thumbs.
But on my page www.brandolinoimaging.com/featured there seems to be twice the space. Can I lessen this spacing above the titles?
Thanks

Mike Lane
Aug-02-2006, 02:14 PM
Add the red to your CSS:

/******************************/
/*Special Touches for HomePage*/
/******************************/

/*Aligning ThumbNails 4 Across*/
.homepage #galleriesBox .smbuttons {width:104px; margin-left:19px;}
#homepage #categoriesBox .miniBox {margin:0; margin-top:10px; padding:0; height:180px; width:182px;}
#homepage #categoriesBox .miniBox .nav, #homepage #categoriesBox .miniBox .private {display:block; text-align:center; clear:both; margin:0; padding:0;}
#homepage #categoriesBox .miniBox .photo {width:182px; height:auto; _height:1%; margin:0;}

brandofamily
Aug-02-2006, 03:04 PM
Add the red to your CSS:

/******************************/
/*Special Touches for HomePage*/
/******************************/

/*Aligning ThumbNails 4 Across*/
.homepage #galleriesBox .smbuttons {width:104px; margin-left:19px;}
#homepage #categoriesBox .miniBox {margin:0; margin-top:10px; padding:0; height:180px; width:182px;}
#homepage #categoriesBox .miniBox .nav, #homepage #categoriesBox .miniBox .private {display:block; text-align:center; clear:both; margin:0; padding:0;}
#homepage #categoriesBox .miniBox .photo {width:182px; height:auto; _height:1%; margin:0;}


Thank you...