- 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 #38337
by AdH
Replied by AdH on topic Multi columns don't work in Blog Layout!
True.. I already removed it because it did not work.
But guess what.. I just put it back for you. I now it seems to work!? I don't know why.. but it does!
I will keep an eye on it for the next days, if it don't changes back again. But for know I say.. Thanks a lot!!!
But guess what.. I just put it back for you. I now it seems to work!? I don't know why.. but it does!
I will keep an eye on it for the next days, if it don't changes back again. But for know I say.. Thanks a lot!!!
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 #38354
by AdH
Replied by AdH on topic Multi columns don't work in Blog Layout!
Hi Ivan,
An additional question on the same topic:
Now I have two columns. But is it also possible to create a little space between the two columns!? Because the two colums are very close to eachother right now. The text of the first column is very close to the second column.
Thanks for your effort!
AdH
An additional question on the same topic:
Now I have two columns. But is it also possible to create a little space between the two columns!? Because the two colums are very close to eachother right now. The text of the first column is very close to the second column.
Thanks for your effort!
AdH
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 #38363
by ivan.milic
Replied by ivan.milic on topic Multi columns don't work in Blog Layout!
Use:
.items-row.cols-2 > .item{
width:49%;
float:left;
padding:5px;
}
.items-row.cols-3 > .item{
width:33%;
float:left;
padding:5px;
}
.items-row.cols-2 > .item{
width:49%;
float:left;
padding:5px;
}
.items-row.cols-3 > .item{
width:33%;
float:left;
padding:5px;
}
Please Log in to join the conversation.
Time to create page: 0.065 seconds