- Posts: 99
- Thank you received: 0
Blog layout
-
mojastran
Inactive member -
Topic Author
- Member
-
Less
More
12 years 6 months ago - 12 years 6 months ago #27857
by mojastran
Blog layout was created by mojastran
Hello,
i would like to use blog layout for a category with 2 or 3 columns display for articles. No matter what i try (setting 2 columns as default or for a specific menu item) the articles are ordered in just one column. I'm using joomla 3 and Architecture template.
What could be wrong?
Best regards
i would like to use blog layout for a category with 2 or 3 columns display for articles. No matter what i try (setting 2 columns as default or for a specific menu item) the articles are ordered in just one column. I'm using joomla 3 and Architecture template.
What could be wrong?
Best regards
Last edit: 12 years 6 months ago by mojastran. Reason: Removed link
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #27870
by ivan.milic
Replied by ivan.milic on topic Blog layout
Add this at bottom of template_css.css:
.items-row.cols-2 > DIV{
width:49%;
float:left;
}
.items-row.cols-3 > DIV{
width:33%;
float:left;
}
.items-row.cols-4 > DIV{
width:24%;
float:left;
}
.items-row.cols-2 > DIV{
width:49%;
float:left;
}
.items-row.cols-3 > DIV{
width:33%;
float:left;
}
.items-row.cols-4 > DIV{
width:24%;
float:left;
}
Please Log in to join the conversation.
Time to create page: 0.220 seconds