- Posts: 20
- Thank you received: 0
View blog in rows
-
AndreaMi
Inactive member -
Topic Author
- Member
-
Less
More
12 years 4 months ago #27397
by AndreaMi
Replied by AndreaMi on topic View blog in rows
I do not understand ... you're saying that you can not use the basic installation? I think this problem ... especially for sites in which ready simply replace the template. To you it work?
However, yesterday I tried to download the hot start but I think the same ...
I noticed in a discussion forum "Can not make two columns of articles" in which Milos suggested changes to the CSS. Could be useful?
Ivan, I need help otherwise not be able to use the template .. and it is very nice!
However, yesterday I tried to download the hot start but I think the same ...
I noticed in a discussion forum "Can not make two columns of articles" in which Milos suggested changes to the CSS. Could be useful?
Ivan, I need help otherwise not be able to use the template .. and it is very nice!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #27408
by ivan.milic
Replied by ivan.milic on topic View blog in rows
Then best you install hot start locally then compare, this way we just shoot blind
Please Log in to join the conversation.
-
AndreaMi
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 20
- Thank you received: 0
-
AndreaMi
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 20
- Thank you received: 0
12 years 4 months ago - 12 years 4 months ago #27447
by AndreaMi
Replied by AndreaMi on topic View blog in rows
Solved!
If others were having the same problem, just insert the following code in the template file template_css!
hello and thank you!
/* multi-column layout */
.row-separator {
clear:both;
display:block;
}
.cols-2 div.item {
width:46%;
float:left;
margin:0 4% 0 0;
}
.cols-3 div.item {
width:31%;
float:left;
margin:0 2% 0 0;
}
.cols-4 div.item {
width:23%;
float:left;
margin:0 2% 0 0;
}
If others were having the same problem, just insert the following code in the template file template_css!
hello and thank you!
/* multi-column layout */
.row-separator {
clear:both;
display:block;
}
.cols-2 div.item {
width:46%;
float:left;
margin:0 4% 0 0;
}
.cols-3 div.item {
width:31%;
float:left;
margin:0 2% 0 0;
}
.cols-4 div.item {
width:23%;
float:left;
margin:0 2% 0 0;
}
Last edit: 12 years 4 months ago by AndreaMi.
Please Log in to join the conversation.
Time to create page: 0.102 seconds