|
@@ -3780,6 +3780,10 @@ p:not(.site-title) a:hover {
|
|
* Full Site Editing
|
|
* Full Site Editing
|
|
* - Full Site Editing overrides
|
|
* - Full Site Editing overrides
|
|
*/
|
|
*/
|
|
|
|
+.fse-enabled .site-footer {
|
|
|
|
+ display: block;
|
|
|
|
+}
|
|
|
|
+
|
|
.fse-enabled .site-footer .main-navigation {
|
|
.fse-enabled .site-footer .main-navigation {
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
@@ -3813,3 +3817,17 @@ p:not(.site-title) a:hover {
|
|
padding: 0 32px;
|
|
padding: 0 32px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 640px) {
|
|
|
|
+ .fse-enabled .site-footer .wp-block-a8c-navigation-menu {
|
|
|
|
+ margin-bottom: 21.312px;
|
|
|
|
+ margin-top: 21.312px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.fse-enabled #colophon {
|
|
|
|
+ margin-right: auto;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ max-width: none;
|
|
|
|
+ width: 100%;
|
|
|
|
+}
|