![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Jun 2006
Posts: 21
![]() |
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, |
|
|
|
|
|
#2 |
|
Join Date: Jul 2006
Location: St. Petersburg
Posts: 2,567
![]() |
Hello duongvanhuy,
Try the following: Admin Panel -> CONFIGS -> Page Navigation and Listings -> Number of columns -> Choose necessary number of categories -> Save |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Feb 2006
Location: UK
Posts: 579
![]() |
You will probably have to change the "width=" sizes in the css theme editor code below, otherwise the list won't show up correctly.
Code:
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;
}
__________________
LIFE IS SHORT ENOUGH SO DON'T MESS WITH ME FOOL! eSyndicat "integrated" into e107 CMS Yarm-Online BikerLinx |
|
|
|
|
|
#4 |
|
Join Date: Jun 2006
Posts: 21
![]() |
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 ! |
|
|
|
|
|
#5 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,362
![]() ![]() ![]() ![]() |
Give us a link (url) so we can look at it.
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
#6 |
|
Moderator
Join Date: Feb 2006
Location: UK
Posts: 579
![]() |
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.
__________________
LIFE IS SHORT ENOUGH SO DON'T MESS WITH ME FOOL! eSyndicat "integrated" into e107 CMS Yarm-Online BikerLinx |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|