Do you know where to put this CSS;
.post-content .gallery .gallery-item img {
float: right;
}
.post-content .gallery .gallery-item:first-child img {
float: left;
}
.post-content .gallery .gallery-item:nth-child(2n) img {
float: none;
}
Do you know where to put this CSS;
.post-content .gallery .gallery-item img {
float: right;
}
.post-content .gallery .gallery-item:first-child img {
float: left;
}
.post-content .gallery .gallery-item:nth-child(2n) img {
float: none;
}