redshadow01
Jul-20-2009, 06:30 PM
I've added css to my site customization so that my galleries in my visible categories are listed horizontally, with titles only (works perfectly).
I just went to a share group and noticed that the thumbs are smaller than the galleries in the visible categories, and the gallery titles in the sharegroups are gone, making this hard to use.
I had no idea this code would affect sharegroups the same way, and having read through the posts here, I couldn't really find a way to fix this issue.
Your help is appreciated, here's the pertinent code:
#my_banner {
width: 800px;
height: 36px;
margin: 0 auto;
}
.gallery_8725283 #breadcrumb {display: none;}
.gallery_8725283 .nophotos {
display: none;
}
.gallery_8725283 .pageNav {
display: none;
}
.gallery_8942402 #breadcrumb {display: none;}
.gallery_8942402 .nophotos {
display: none;
}
.gallery_8942402 .pageNav {
display: none;
}
#homepage,#bioBox
{margin: 0 auto;width: 1100px;}
#bioBox {margin-top: -35px;}
.loggedIn #bioBox {margin-top: 0;}
#bioBox {background:none; border:none;}
#userBio {
text-align: center !important;
}
#biotext{display: none;}
.notLoggedIn #photoKeywords {display:none;}
.gallery_8876509 .nophotos { display: none;}
.gallery_8876509 .photos { display: none;}
.gallery_8829327 .nophotos { display: none;}
.gallery_8829327 .photos { display: none;}
/* ================================================== == */
/* == FAQ #18, Line up boxes with titles underneath === */
/* ============== Current as of 13 Feb 07 ============= */
/* ================================================== == */
.miniBox {width:122px; text-align:center; height:180px; margin:0 0px;}
.miniBox .photo {float:none; width:122px; height: 180px; _height:1px;}
.miniBox .albumTitle {width:122px;}
.miniBox .description {width:122px;}
.miniBox .updated {width:122px;}
.loggedIn .miniBox {height:auto; min-height:300px;}
.loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
.loggedIn .miniBox input {width:122px;}
.loggedIn .miniBox textarea {width:112px;}
.boxBottom .albumLarge {width:180px; height:195px; text-align:center; margin:0 0px;}
.albumLarge .photoLarge {float:none; width:180px; height:155px; _height:1px;}
.albumLarge .albumTitle {width:180px;}
.albumLarge .description {width:180px;}
.albumLarge .updated {width:180px;}
.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
.loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
.loggedIn .albumLarge input {width:192px;}
.loggedIn .albumLarge textarea {width:182px;}
I just went to a share group and noticed that the thumbs are smaller than the galleries in the visible categories, and the gallery titles in the sharegroups are gone, making this hard to use.
I had no idea this code would affect sharegroups the same way, and having read through the posts here, I couldn't really find a way to fix this issue.
Your help is appreciated, here's the pertinent code:
#my_banner {
width: 800px;
height: 36px;
margin: 0 auto;
}
.gallery_8725283 #breadcrumb {display: none;}
.gallery_8725283 .nophotos {
display: none;
}
.gallery_8725283 .pageNav {
display: none;
}
.gallery_8942402 #breadcrumb {display: none;}
.gallery_8942402 .nophotos {
display: none;
}
.gallery_8942402 .pageNav {
display: none;
}
#homepage,#bioBox
{margin: 0 auto;width: 1100px;}
#bioBox {margin-top: -35px;}
.loggedIn #bioBox {margin-top: 0;}
#bioBox {background:none; border:none;}
#userBio {
text-align: center !important;
}
#biotext{display: none;}
.notLoggedIn #photoKeywords {display:none;}
.gallery_8876509 .nophotos { display: none;}
.gallery_8876509 .photos { display: none;}
.gallery_8829327 .nophotos { display: none;}
.gallery_8829327 .photos { display: none;}
/* ================================================== == */
/* == FAQ #18, Line up boxes with titles underneath === */
/* ============== Current as of 13 Feb 07 ============= */
/* ================================================== == */
.miniBox {width:122px; text-align:center; height:180px; margin:0 0px;}
.miniBox .photo {float:none; width:122px; height: 180px; _height:1px;}
.miniBox .albumTitle {width:122px;}
.miniBox .description {width:122px;}
.miniBox .updated {width:122px;}
.loggedIn .miniBox {height:auto; min-height:300px;}
.loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
.loggedIn .miniBox input {width:122px;}
.loggedIn .miniBox textarea {width:112px;}
.boxBottom .albumLarge {width:180px; height:195px; text-align:center; margin:0 0px;}
.albumLarge .photoLarge {float:none; width:180px; height:155px; _height:1px;}
.albumLarge .albumTitle {width:180px;}
.albumLarge .description {width:180px;}
.albumLarge .updated {width:180px;}
.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
.loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
.loggedIn .albumLarge input {width:192px;}
.loggedIn .albumLarge textarea {width:182px;}