- Posts: 4
COMMUNITY FORUM
make content show in 4 columns
- spyros nicolaides
-
Topic Author
- Offline
- New Member
Less
More
14 years 1 month ago #95369
by spyros nicolaides
make content show in 4 columns was created by spyros nicolaides
hey guys im trying to make content show in 4 columns
i have found this thread which says to change css to:
#popular .k2ItemsBlock .odd { float:left; width:45%; } #popular .k2ItemsBlock .even { float:right; width:45%; }
I have changed my css file to
/*CONTENT*/div.k2ItemsBlock li.even,div.k2ItemsBlock li.odd { margin-top:10px; padding:5px; float:left;width:30%;}
but i just get 1 column displaying 3 fields the others are not shown anyone knows what im doing wrong?
thanks in advance
i have found this thread which says to change css to:
#popular .k2ItemsBlock .odd { float:left; width:45%; } #popular .k2ItemsBlock .even { float:right; width:45%; }
I have changed my css file to
/*CONTENT*/div.k2ItemsBlock li.even,div.k2ItemsBlock li.odd { margin-top:10px; padding:5px; float:left;width:30%;}
but i just get 1 column displaying 3 fields the others are not shown anyone knows what im doing wrong?
thanks in advance
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 1 month ago #95370
by william white
Replied by william white on topic make content show in 4 columns
Try going to the category you are displaying and set the columns in the parameters there
Please Log in or Create an account to join the conversation.
- spyros nicolaides
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
14 years 1 month ago #95371
by spyros nicolaides
Replied by spyros nicolaides on topic make content show in 4 columns
i believe i didnt ask my question as clear as i should had, the changes i want to make are for module k2_content
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 1 month ago #95372
by Yiota
Replied by Yiota on topic make content show in 4 columns
Is it possible to sent a link to that page?
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 1 month ago #95373
by Yiota
Replied by Yiota on topic make content show in 4 columns
If there were 4 items and didn't fit the 4rth should be under the first. The 4rth item doesn't show because is not loading. Please check the module parameters that you actually call 4 items and not 3.
Please Log in or Create an account to join the conversation.
- spyros nicolaides
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
14 years 1 month ago #95374
by spyros nicolaides
Replied by spyros nicolaides on topic make content show in 4 columns
your right sorry for the fuss got totally blind there hehe
Please Log in or Create an account to join the conversation.