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 5 years, 8 months ago by pbuva.
-
This reply was modified 5 years, 8 months ago by pbuva.