I was able to place a logo in a submenu using the Quick CSS below- Worked great.
#top .av-submenu-container {
background-image: url(https://www.ezcomsoftware.com/wp-content/uploads/2018/07/ezcommerce-logo-green.png);
background-repeat: no-repeat;
background-position: 0% 50%;
background-size: contain;
}
But when the page(s) are in mobile view the submenu burger, which is in the middle, covers the logo. Is there a way to get the submenu burger to be on the right side?
Thanks
Hey Rikard,
I made a very short video showing the issues. Here is the link.
Thanks