Hello!
I have scoured the website trying to find an answer through others. The navigation menu on my website has disappeared from my mobile device (works on a desktop). I have tried a couple different CSS codes I found on answers here to no avail. Please help me get this back as a website is important to our business! These are the codes that I have tried that have not worked:
@media only screen and (max-width: 768px) {
body.mobile-menu-open .overflow-wrapper {
position: inherit !important;
}
}
@media screen and (max-width:800px) {
div#mobileMenuLink {
display: block !important;
}
}
Hello, I would like for it to look the way it does in my menu, but under the accordion if possible. So I could open up the accordion and have menu items in two columns
Site URL: http://flavorofindiacolorado.com/
Hello,
Is there a way to add columns within an accordion block? I cannot find a way to do this, and have been searching for a way online as well.