Site logo

Archived topic

Social icons

18 replies · Started by Pedro on June 6, 2019

Viewing posts 16–19 of 19

Using the flexbox version?

This version of the column-count one i provided should apply to ALL block galleries:

@media (min-width: 769px) {
    .wp-block-gallery {
        display: block !important;
        column-count: 3;
    }
}
@media (max-width: 768px) and (min-width: 420px) {
    .wp-block-gallery {
        display: block;
        column-count: 2;
    }
}

This seems working now, thanks! :)

Glad to be of help.

This archived topic is closed to new replies.