[Support request] Social icons

Home Forums Support [Support request] Social icons

Home Forums Support Social icons

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #936020
    Hasan

    Hi David,

    I’ve created a gallery using this code, but seems like this is not it is supposed to be: https://snapbangladesh.com/css-gallery-test/

    Any idea?

    #936076
    David
    Staff
    Customer Support

    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;
        }
    }
    #936082
    Hasan

    This seems working now, thanks! 🙂

    #936088
    David
    Staff
    Customer Support

    Glad to be of help.

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.