Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter stef nikkel

    (@stef-nikkel)

    Hi Anthony,

    I’ve switched my hack off, so you can see how the masonry-thing doesn’t really work in webkit.

    This is the code I’ve used for that:

    .wp-block-coblocks-gallery-masonry .wp-block-image {
    	-webkit-margin-after: 0!important;
    	padding-bottom: 1em!important;
    }
    @-moz-document url-prefix() {
    	.wp-block-coblocks-gallery-masonry .wp-block-image {
    		padding-bottom: 0!important;
    	}
    }

    Although that seems to work, the fact remains that without it’s not really a masonry layout.

    Cheers,

    Stef

Viewing 1 replies (of 1 total)