How do i make my website logo stay in my drop down menu

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

  1. Go to the Admin Page then click on Online Store then select Themes, then go to Actions and then click on Edit code.
  1. In the Asset folder, open the theme-index.min.css
  2. 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!

Did i do something wrong to cause this ?

My theme does not seem to have the “theme-index.min.css” in assets.