diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css index 61ffff6591893..df2febe24c548 100644 --- a/src/wp-content/themes/twentysixteen/css/blocks.css +++ b/src/wp-content/themes/twentysixteen/css/blocks.css @@ -58,6 +58,12 @@ p.has-drop-cap:not(:focus)::first-letter { margin-left: 0; margin-right: -40%; } + + body:not(.search-results) article:not(.type-page) .wp-block-gallery .wp-block-image img.below-entry-meta, + body:not(.search-results) article:not(.type-page) .wp-block-gallery .wp-block-image figcaption.below-entry-meta { + margin: 0; + max-width: 100%; + } } /* Gallery */ diff --git a/src/wp-content/themes/twentysixteen/style.css b/src/wp-content/themes/twentysixteen/style.css index fc58afaf84a5b..aca10cc3658e3 100644 --- a/src/wp-content/themes/twentysixteen/style.css +++ b/src/wp-content/themes/twentysixteen/style.css @@ -3614,6 +3614,7 @@ p > video { max-width: 140%; } + body:not(.search-results) article:not(.type-page) .gallery-item img.below-entry-meta, body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta, body:not(.search-results) article:not(.type-page) table figure.below-entry-meta, body:not(.search-results) article:not(.type-page) table img.below-entry-meta {