- Posts: 12
- Thank you received: 0
Multi columns don't work in Blog Layout!
-
AdH
Inactive member - Topic Author
- New Member
Less
More
10 years 8 months ago #38252
by AdH
Replied by AdH on topic Multi columns don't work in Blog Layout!
When I set leading and intro to 0 and I set columns to 2 and links to 0, I don't see any article.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago - 10 years 8 months ago #38257
by ivan.milic
Replied by ivan.milic on topic Multi columns don't work in Blog Layout!
Put this css at bottom of template_css.css:
.items-row.cols-2 > .item{
width:49%;
float:left;
}
.items-row.cols-3 > .item{
width:33%;
float:left;
}
.items-row.cols-2 > .item{
width:49%;
float:left;
}
.items-row.cols-3 > .item{
width:33%;
float:left;
}
Last edit: 10 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
-
AdH
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
10 years 8 months ago #38283
by AdH
Replied by AdH on topic Multi columns don't work in Blog Layout!
Thanks.. it works for a bit. But now is my frontpage in one half a column. The second column stays empty.. it doesn't matter which coniguration I use. (?)
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #38291
by ivan.milic
Replied by ivan.milic on topic Multi columns don't work in Blog Layout!
You site is no longer on url you posted?
Please Log in to join the conversation.
-
AdH
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
10 years 8 months ago #38292
by AdH
Replied by AdH on topic Multi columns don't work in Blog Layout!
True.. sorry.. it changed to
webupdate.zijnboodschap.nl
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #38304
by ivan.milic
Replied by ivan.milic on topic Multi columns don't work in Blog Layout!
Ok? but i don't find css I gave you in your resources
Code:
.items-row.cols-2 > .item{
width:49%;
float:left;
}
.items-row.cols-3 > .item{
width:33%;
float:left;
}
Please Log in to join the conversation.
Time to create page: 0.094 seconds