Hi Themeco Staff,
I am trying to achieve the following aesthetic. In Desktop mode I would like to have my logo centered with my menu links around my logo on either side of it. I was able to achieve this from this article (https://theme.co/apex/forums/topic/centering-the-navbar/), but on mobile it keeps the same formatting, which is not going to work.
I tried to remove the other links with this command:
@media screen and (max-width: 720px){
#site-navigation #menu-item-216{
display: none;
}
}
But that didn’t work. That wasn’t from Themeco, but maybe you have something similar. I just need the accordion menu to show on mobile and nothing other than my centered logo for the header.
Thanks so much for your help!
Ari