Fix a regression on Maywood, that caused `alignwide` and `alignfull` Navigation Menu blocks not having the expected width.
@@ -1344,6 +1344,10 @@ b, strong {
*/
}
+.fse-template-part .main-navigation .alignwide, .fse-template-part .main-navigation .alignfull {
+ width: 100%;
+}
+
.fse-template-part .main-navigation .button {
line-height: 1;
color: white;
@@ -4068,6 +4068,10 @@ p:not(.site-title) a:hover {
margin-top: 0;
.fse-template-part .main-navigation .has-text-color > .main-menu.footer-menu > li > a {
color: inherit;
@@ -40,6 +40,10 @@
.main-navigation {
text-align: center;
+ .alignwide, .alignfull {
+ }
@import "../base/extends";
.button {
@extend %button-style
@@ -3,6 +3,10 @@
.has-text-color > .main-menu.footer-menu > li > a {
@@ -1278,6 +1278,10 @@ table th,
@@ -3732,6 +3732,10 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {