Kjell Reigstad 5 anni fa
parent
commit
d6094a606c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      independent-publisher-2/css/blocks.css

+ 1 - 1
independent-publisher-2/css/blocks.css

@@ -69,7 +69,7 @@ body:not(.has-sidebar) .wp-block-latest-posts.alignfull {
 
 
 body:not(.has-sidebar) *[class^="wp-block"] .alignwide,
 body:not(.has-sidebar) *[class^="wp-block"] .alignwide,
 body:not(.has-sidebar) *[class^="wp-block"] .alignfull {
 body:not(.has-sidebar) *[class^="wp-block"] .alignfull {
-	max-width: 100%;
+	max-width: inherit;
 	margin-left: inherit;
 	margin-left: inherit;
 	margin-right: inherit;
 	margin-right: inherit;
 }
 }