Hey guys,
I added a hamburger menu to my theme (studio) but have (stupidly) forgotten where I added in the code to create it and would like to change back to a mega menu at the top of the screen. https://sicyon.com.au/ password is tawday. if anyone knows how to find the code/change the menu it would be greatly appreciated
Add the following code to your assets/base.css bottom of the file.
@media screen and (min-width: 990px){
.header .header__inline-menu {display: block !important;}
}
Thanks!
that didnt seem to work unfortunately - i think my code i used for the hamburger menu is overriding it but i cant find where i added it