Logo overlap über on mobile

Hi

This code that I read in a thread is not working on our site Can you suggest alternative. Thank you
/*
Fix logo overlap
*/
.ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
float: right;
}

SITE: morepars.com
we had to stack logo over menu - not use inline to make it work,

Hi Christina,

Yes, I can it is stack. We need to see the issue directly, can you make it inline? Then give us a screenshot of how you want it. This is just a suggestion, you might try to also add this:

.ubermenu-skin-grey-white.ubermenu-responsive-toggle {
    display: inline-block;
}

If that CSS did not work, we will check again once you get back with the site in INLINE settings for logo and mobile toggle.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.