The Edge browser recently had an update. Since that update, my website now displays a hamburger style menu rather than the horizontal menu it used to show. The horizontal menu still appear correctly on Chrome.
I am using the Galleria theme.
Any suggestions? Thanks in advance
https://injewels.net
Hi @Nancy_OMalley ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media (min-width: 769px){
.site-header:not(.js__header__clone) .nav--default {
display: flex !important;
}
.mobile-menu {
display: none !important;
}
}