Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 112996

Andrew Nevins on "How to algin gallery?"

$
0
0

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;
}

Viewing all articles
Browse latest Browse all 112996

Trending Articles