View Full Version : Moving Gallery info on Homepage
fourfather
Feb-16-2006, 07:39 AM
I know it's out there, but after two days of searching (including the FAQ), I simply can't find it:
How do I move the gallery name below the photo on my homepage, like on this page: http://photoscapedesign.smugmug.com/?
Andy
Feb-16-2006, 07:41 AM
I know it's out there, but after two days of searching (including the FAQ), I simply can't find it:
How do I move the gallery name below the photo on my homepage, like on this page: http://photoscapedesign.smugmug.com/?
Your site address please? nickname.smugmug.com ... thanks
Andy
Feb-16-2006, 07:43 AM
Using FF and the FF web dev tool, I can quickly see on barb's site that it's this code. Have you gotten Use Firefox (http://www.mozilla.org) and the Firefox Web Developer Tool Add-on (https://addons.mozilla.org/extensions/moreinfo.php?id=60)?
Get them. Install them. With just a few clicks you can see how things are styled, and you can modify, salt to taste! I love the "Edit CSS" button. Wow - powerful.
I say this a lot - but it's SOOOOO EASY :D
http://www.dgrin.com/showthread.php?t=26043
/* fix category and featured galleries placement */
.homepage .box { padding-top: 20px; margin: 0px auto; }
#homepage #categoriesBox { padding-top: 38px; }
#homepage #categoriesBox .miniBox { text-align: center; margin:0; padding:0; height:160px; width:146px;}
#homepage #categoriesBox .miniBox .nav, #homepage #categoriesBox .miniBox .private {display: block; margin-left: 5px;}
#homepage #categoriesBox .miniBox .photo {width:150px; height:auto; _height:1%; margin-bottom: 0px;}
So, if you have the web dev tool, you can paste this in WITHOUT going LIVE on your site, and you can adjust as needed :thumb
fourfather
Feb-16-2006, 08:15 AM
Using FF and the FF web dev tool, I can quickly see on barb's site that it's this code. Have you gotten Use Firefox (http://www.mozilla.org) and the Firefox Web Developer Tool Add-on (https://addons.mozilla.org/extensions/moreinfo.php?id=60)?
Get them. Install them. With just a few clicks you can see how things are styled, and you can modify, salt to taste! I love the "Edit CSS" button. Wow - powerful.
I say this a lot - but it's SOOOOO EASY :D
http://www.dgrin.com/showthread.php?t=26043
/* fix category and featured galleries placement */
.homepage .box { padding-top: 20px; margin: 0px auto; }
#homepage #categoriesBox { padding-top: 38px; }
#homepage #categoriesBox .miniBox { text-align: center; margin:0; padding:0; height:160px; width:146px;}
#homepage #categoriesBox .miniBox .nav, #homepage #categoriesBox .miniBox .private {display: block; margin-left: 5px;}
#homepage #categoriesBox .miniBox .photo {width:150px; height:auto; _height:1%; margin-bottom: 0px;}
So, if you have the web dev tool, you can paste this in WITHOUT going LIVE on your site, and you can adjust as needed :thumb
Thanks! I had looked at the code but couldn't figure out what part of the code was impacting the alignment of this text. I have FF and will play with the code to get it right.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.