Hello @anon-user,
Yes the site is fine now. Please follow the instruction below:
– Kindly add the following css code to Dashboard -> Appearance -> Editor -> Styles -> Addtional Css.
Please check the screenshot below:
Css code:
@media (max-width: 781px) {
.uagb-container-inner-blocks-wrap .wp-block-columns > .wp-block-column:nth-child(1),
.uagb-container-inner-blocks-wrap .wp-block-columns>.wp-block-column:nth-child(3) {
flex-basis: 25% !important;
}
.uagb-container-inner-blocks-wrap .wp-block-columns > .wp-block-column:nth-child(1) {
order: 1;
}
.uagb-container-inner-blocks-wrap .wp-block-columns > .wp-block-column:nth-child(2) {
order: 3;
}
.uagb-container-inner-blocks-wrap .wp-block-columns > .wp-block-column:nth-child(3) {
order: 2;
}
}
@media (max-width: 1199px) {
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
background-color: var(--wp--preset--color--foreground) !important;
}
.wp-block-navigation__responsive-container-close {
color: var(--wp--preset--color--secondary) !important;
}
}
Hope the code worked. Let me know please.
Kind Regards,
Sujeet