View Full Version : How to change display categories in OrangeMood template ?
duongvanhuy
09-18-2006, 04:56 PM
Hi !
I use OrangeMood template, i can't change the display of categorie in the homepage, please help !
i would like display in 3 column instead of 2, where can i change ?
Thanks,
Dave Baker
09-18-2006, 05:03 PM
Hello duongvanhuy,
Try the following:
Admin Panel -> CONFIGS -> Page Navigation and Listings -> Number of columns -> Choose necessary number of categories -> Save
redeye
09-18-2006, 05:17 PM
You will probably have to change the "width=" sizes in the css theme editor code below, otherwise the list won't show up correctly.
div.categories div.col
{
float: left;
height: 30px;
text-align: left;
width: 230px;
padding-left: 5px;
position: relative;
}
div.categories div.last
{
float: left;
height: 30px;
text-align: left;
width: 230px;
padding-left: 5px;
}
duongvanhuy
09-18-2006, 09:13 PM
Thank sir, but it seam don't work, i have always 2 column ! i put 3 on change and resize in the css, but nothing change !
help please !
Give us a link (url) so we can look at it.
redeye
09-18-2006, 09:33 PM
I've not used OrangeMood before, so I downloaded it and installed.
From the look of the size of the category box I don't think you'll get 3 categories across unless they are very short names.
Just to prove or disprove my theory, create 4 new categories called cat1, Cat2, Cat3, Cat4, and see if that works. You need to change the width to something like 100px or maybe less.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.