Hello, when i open my drop down menu i would like my logo to stay instead of disappearing. Is there a solution?
Hello @MastaDizzy you can try this to make the logo stay even when the menu drops down
- Go to the Admin Page then click on Online Store then select Themes, then go to Actions and then click on Edit code.
- In the Asset folder, open the theme-index.min.css
- Paste the code below at the very bottom of the file.
@media only screen and (min-width: 950px) {
ul.dropdown-menu.dropdown-menu–mega {
margin-top: 95px !important;
}
}
Try this out then let me know if it works for you!
My theme does not seem to have the “theme-index.min.css” in assets.



