View Full Version : center categories
thenimirra
May-15-2011, 03:38 AM
please help me center my four categories on my galleries page. I had five categories before, but I deleted one and it didn't center automatically. thank you!
Allen
May-15-2011, 05:28 AM
please help me center my four categories on my galleries page. I had five categories before, but I deleted one and it didn't center automatically. thank you!
You have rules scatter all about, remove all this
.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.galleries .miniBox {width:122px; text-align:center; height:210px; margin:0 10px;}
.miniBox .photo {float:none; width:122px; height:auto; _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;}
.category_Clients .miniBox {padding:0 0 5em 0;
margin:0 30px 0; height: 160px;}
.albumLarge {
width:156px;
padding:0 0 5em 0;
margin:0 104px 40px;
}
.albumLarge .photoLarge {
height:auto;
_height:1px;
}
.albumLarge .albumTitle,
.albumLarge .private {
text-align:center;
}
.boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;}
.albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
.albumLarge .albumTitle {width:192px;}
.albumLarge .description {width:192px;}
.albumLarge .updated {width:192px;}
.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;}
... and add in this original version tweaked with your changes. This is what
everyone is use to seeing and much easier to work with.
/* ================================================== == */
/* == FAQ #18, Line up boxes with titles underneath === */
/* ============== Current as of 13 Feb 07 ============= */
/* ================================================== == */
.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.galleries .miniBox {margin:0 45px;}
.category_Clients .miniBox {padding:0 0 5em 0; margin:0 50px 0; height: 160px;}
.miniBox .photo {float:none; width:122px; height:auto; _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:192px; height:350px; text-align:center; margin:0 24px;}
.albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
.albumLarge .albumTitle {width:192px; text-align:center;}
.albumLarge .description {width:192px;}
.albumLarge .updated {width:192px;}
.albumLarge .private {text-align:center;}
.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;}
thenimirra
May-15-2011, 05:55 AM
Thank you Allen! Works great. :clap:ivar
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.