Thread Starter
pbuva
(@pbuva)
Any help? I cant solve this only with css 🙁
Thread Starter
pbuva
(@pbuva)
Yesm you have right, but….
.archive #content .post:nth-child(2n+1) {
float: right;
width: 48.7013%;
}
.archive #content .post:nth-child(2n) {
float: left;
width: 48.7013%;
clear: both;
}
.archive #content .post:first-child {
float: none;
width: 100%;
}
In this, i can only change float, because, there are 3 types of content, i need to change in code this to 2 types, because, with tjis:
.archive #content .post:first-child {
float: left;
width: 100%;
}
i got first line with one post and free space
-
This reply was modified 6 years, 11 months ago by pbuva.
-
This reply was modified 6 years, 11 months ago by pbuva.
Thread Starter
pbuva
(@pbuva)
Thank you, do you know whitch file is that? 🙂