|
@@ -48,6 +48,10 @@ Modern Business Editor Styles
|
|
|
margin-right: auto;
|
|
|
}
|
|
|
|
|
|
+.fse-enabled .site-header .wp-block-image.alignfull {
|
|
|
+ max-width: inherit;
|
|
|
+}
|
|
|
+
|
|
|
.site-branding {
|
|
|
color: #686868;
|
|
|
display: flex;
|
|
@@ -1912,10 +1916,23 @@ ul.wp-block-archives li ul,
|
|
|
margin-right: auto;
|
|
|
}
|
|
|
|
|
|
+/* Remove 100% width on figure to center align logo in editor on smaller screens */
|
|
|
.block-editor-block-list__layout .block-editor-block-list__block[data-align="full"] > .block-editor-block-list__block-edit figure.fse-site-logo {
|
|
|
width: inherit;
|
|
|
}
|
|
|
|
|
|
+.site-header .wp-block[data-align="full"] {
|
|
|
+ left: calc( -12.5% - 12px);
|
|
|
+ max-width: calc( 125% + 114px);
|
|
|
+ width: calc( 125% + 114px);
|
|
|
+}
|
|
|
+
|
|
|
+.template-block.site-header .wp-block[data-align="full"] {
|
|
|
+ left: calc( -12.5% - 9px);
|
|
|
+ max-width: calc( 125% + 111px);
|
|
|
+ width: calc( 125% + 111px);
|
|
|
+}
|
|
|
+
|
|
|
/** === Classic Editor === */
|
|
|
/* Properly center-align captions in the classic-editor block */
|
|
|
.wp-caption dd {
|